The most beautiful yet the simplest add-on that makes a
strong colorful appeal. Colors every tab in a different color and makes them easy to distinguish while beautifying the overall appearance of the interface. An essential. WWW: https://addons.mozilla.org/extensions/moreinfo.php?id=1368 PR: ports/95076 Submitted by: Andrew Pantyukhin <infofarmer (at) gmail.com>
This commit is contained in:
parent
ae65264208
commit
3657a1eeec
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=159711
4 changed files with 31 additions and 0 deletions
|
@ -965,6 +965,7 @@
|
|||
SUBDIR += xitami
|
||||
SUBDIR += xpath2rss
|
||||
SUBDIR += xpi-adblock
|
||||
SUBDIR += xpi-colorfultabs
|
||||
SUBDIR += xshttpd
|
||||
SUBDIR += xshttpd-devel
|
||||
SUBDIR += xulrunner
|
||||
|
|
21
www/xpi-colorfultabs/Makefile
Normal file
21
www/xpi-colorfultabs/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# New ports collection makefile for: xpi-colorfultabs
|
||||
# Date created: 29 March 2006
|
||||
# Whom: Andrew Pantyukhin <infofarmer@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= colorful_tabs
|
||||
PORTVERSION= 1.1
|
||||
DISTVERSIONSUFFIX= -fx+mz
|
||||
CATEGORIES= www
|
||||
|
||||
MAINTAINER= infofarmer@gmail.com
|
||||
COMMENT= An extension that colors every tab in a different color
|
||||
|
||||
XPI_ID= {0545b830-f0aa-4d7e-8820-50a4629a56fe}
|
||||
XPI_FILES= chrome/clrtabs.jar chrome.manifest install.js install.rdf
|
||||
XPI_DIRS= chrome
|
||||
|
||||
.include "../xpi-adblock/Makefile.xpi"
|
||||
.include <bsd.port.mk>
|
3
www/xpi-colorfultabs/distinfo
Normal file
3
www/xpi-colorfultabs/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (xpi/colorful_tabs-1.1-fx+mz.xpi) = 573f2790e98601da7565c7a8284d28ff
|
||||
SHA256 (xpi/colorful_tabs-1.1-fx+mz.xpi) = f211ac94ae5ac4ed85d2347ad5234b473bc711550bea92ca2c5dee6ef365ec37
|
||||
SIZE (xpi/colorful_tabs-1.1-fx+mz.xpi) = 9620
|
6
www/xpi-colorfultabs/pkg-descr
Normal file
6
www/xpi-colorfultabs/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
|||
The most beautiful yet the simplest add-on that makes a
|
||||
strong colorful appeal. Colors every tab in a different
|
||||
color and makes them easy to distinguish while beautifying
|
||||
the overall appearance of the interface. An essential.
|
||||
|
||||
WWW: https://addons.mozilla.org/extensions/moreinfo.php?id=1368
|
Loading…
Reference in a new issue