All Projects → FirefoxBar → Xstyle

FirefoxBar / Xstyle

Licence: gpl-3.0
A user styles manager for Firefox and Chrome

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Xstyle

Redux Webext
Redux for WebExtensions
Stars: ✭ 101 (-26.81%)
Mutual labels:  chrome, firefox, webextension
Save In
WebExtension for saving media, links, or selections into user-defined directories
Stars: ✭ 99 (-28.26%)
Mutual labels:  chrome, firefox, webextension
Useragent Switcher
A User-Agent spoofer browser extension that is highly configurable
Stars: ✭ 261 (+89.13%)
Mutual labels:  chrome, firefox, webextension
Browser
The browser extension vault (Chrome, Firefox, Opera, Edge, Safari, & more).
Stars: ✭ 3,305 (+2294.93%)
Mutual labels:  chrome, firefox, webextension
Urql Devtools
A tool for monitoring and debugging urql during development
Stars: ✭ 131 (-5.07%)
Mutual labels:  chrome, firefox, webextension
Extension Create
Create modern cross-browser extensions with no build configuration.
Stars: ✭ 167 (+21.01%)
Mutual labels:  chrome, firefox, webextension
Jjb
一个帮助你自动申请京东价格保护的chrome拓展
Stars: ✭ 3,083 (+2134.06%)
Mutual labels:  chrome, firefox, webextension
Synology Download Manager
An open source browser extension for adding/managing download tasks to your Synology DiskStation.
Stars: ✭ 138 (+0%)
Mutual labels:  chrome, firefox, webextension
Webextension Pixiv Toolkit
A web extension for Pixiv
Stars: ✭ 513 (+271.74%)
Mutual labels:  chrome, firefox, webextension
Webextension Toolbox
Small CLI toolbox for cross-browser WebExtension development
Stars: ✭ 365 (+164.49%)
Mutual labels:  chrome, firefox, webextension
Floccus
☁️ Sync your bookmarks privately across browsers
Stars: ✭ 2,630 (+1805.8%)
Mutual labels:  chrome, firefox, webextension
Cookie Autodelete
Firefox and Chrome WebExtension that deletes cookies and other browsing site data as soon as the tab closes, domain changes, browser restarts, or a combination of those events.
Stars: ✭ 1,015 (+635.51%)
Mutual labels:  chrome, firefox, webextension
Github Mermaid Extension
A browser extension for Chrome, Opera & Firefox that adds Mermaid language support to Github
Stars: ✭ 170 (+23.19%)
Mutual labels:  chrome, firefox, webextension
Tomato Clock
Tomato Clock is a simple browser extension for managing your productivity.
Stars: ✭ 241 (+74.64%)
Mutual labels:  chrome, firefox, webextension
Disable Javascript
Adds the ability to disable JavaScript on specific sites.
Stars: ✭ 151 (+9.42%)
Mutual labels:  chrome, firefox, webextension
Epiboard
Web Extension — A new tab page extension with material design and useful features 🆕 🎉
Stars: ✭ 262 (+89.86%)
Mutual labels:  chrome, firefox, webextension
Headereditor
Manage browser's requests, include modify the request headers and response headers, redirect requests, cancel requests
Stars: ✭ 338 (+144.93%)
Mutual labels:  chrome, firefox, webextension
Ext Saladict
🥗 All-in-one professional pop-up dictionary and page translator which supports multiple search modes, page translations, new word notebook and PDF selection searching.
Stars: ✭ 8,418 (+6000%)
Mutual labels:  chrome, firefox, webextension
Retrotxt
RetroTxt is the WebExtension that turns ANSI, ASCII, NFO text into in-browser HTML
Stars: ✭ 93 (-32.61%)
Mutual labels:  chrome, firefox, webextension
Web Extension Starter
Typescript, React, Redux, Styled-Component and Webpack based sample extension boilerplate. Runs on Chrome and Firefox. Sample chrome extension.
Stars: ✭ 115 (-16.67%)
Mutual labels:  chrome, firefox

xStyle

GitHub release license

A style manager for your browser. Built on the WebExtensions APIs.

You can get this extension from Mozilla Add-ons and Chrome Webstore.

But if you want to stay up-to-date with the latest developments, you should install our self-distributed version.

For more documentation, please visit the wiki.

Compatibility

Firefox Logo Mozilla Firefox 49+

Chrome Logo Google Chrome

Install self-distributed version in Chrome

You should download an Administrative Policy Template and install it.

Then, allow Chrome to install local plugins and whitelist the ID for this extension (dbbjndgnfkbjmciadekfomemdiledmam).

For more information, see kafan and tieba.

Contribution

You can contribute code by submiting a pull request.

You can also help us translate this extension on Transifex.

How to build

"xstyle": {
	"basic": {
		"dir": "X:/Code/xStyle",
		"output": "{EXT_DIR}/build/output",
		"ignores": [".git", ".vscode", "build", "manifest", ".gitignore", "README.md", "LICENSE", "manifest.json", "manifest_t.json"],
		"custom": "{EXT_DIR}/build/custom.js",
		"version": {
			"firefox": 0,
			"amo": 0,
			"chrome": 0,
			"webstore": 1
		}
	},
	"locales": {
		"dir": "{EXT_DIR}/_locales",
		"type": "transifex",
		"placeholder": "{EXT_DIR}/build/locales_placeholder.json",
		"default": "en",
		"languages": ["zh_CN", "zh_TW", "pt_BR"],
		"editable": "{EXT_DIR}/build/editable.json"
	},
	"ext": {
		"version": "3.0.5",
		"filename": "xstyle-{VERSION}",
		"gecko": {
			"manifest": "{EXT_DIR}/manifest/firefox.json",
			// Omit some information
		},
		"crx": {
			"manifest": "{EXT_DIR}/manifest/chrome.json"
		}
	}
	// Omit some information
}
  • Run node build.js xstyle

Translators

Licenses

File/Directory Version LICENSE GitHub
scripts/page/popup/mustache.min.js 2.3.0 MIT janl/mustache.js
scripts/md5.min.js 2.8.0 MIT blueimp/JavaScript-MD5
third-party/codemirror 5.28.0 MIT codemirror/CodeMirror
scripts/browser-polyfill.js - MPL 2.0 mozilla/webextension-polyfill
third-party/colorpicker 1.7.6 MIT easylogic/codemirror-colorpicker
third-party/mdl 1.3.0 Apache 2.0 google/material-design-lite
third-party/material-design-icons 3.0.1 Apache 2.0 google/material-design-icons
third-party/beautify 1.7.4 MIT beautify-web/js-beautify
third-party/clean-css 4.1.9 MIT jakubpawlowicz/clean-css
third-party/less 2.7.3 Apache 2.0 less/less.js
third-party/stylelint 8.2.0 MIT stylelint/stylelint

Everything else:

Copyright © 2005-2014 Jason Barnabe

Copyright © 2017-2018 FirefoxBar Team

Open source licensed under GPLv3.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].