xStyle
Restyle the web with xStyle, a user styles manager. With xStyle you can install themes & skins for many sites and create your own.
Τι είναι το xStyle;
Το xStyle είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον ShuangYa, και η κύρια λειτουργία του είναι "Restyle the web with xStyle, a user styles manager. With xStyle you can install themes & skins for many sites and create your own.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης xStyle
Λήψη αρχείων επέκτασης xStyle σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Restyle the web with xStyle, a user styles manager. With xStyle you can install themes & skins for many sites and create your own. If this extension does not have the language you want, you can help us translate this extension on Transifex: https://www.transifex.com/sytec/xstyle/
Βασικές Πληροφορίες Επέκτασης
Όνομα | xStyle |
ID | hncgkmhphmncjohllpoleelnibpmccpj |
Επίσημο URL | https://chromewebstore.google.com/detail/xstyle/hncgkmhphmncjohllpoleelnibpmccpj |
Περιγραφή | Restyle the web with xStyle, a user styles manager. With xStyle you can install themes & skins for many sites and create your own. |
Μέγεθος Αρχείου | 1.93 MB |
Αριθμός Εγκαταστάσεων | 60,000 |
Τρέχουσα Έκδοση | 3.1.2 |
Τελευταία Ενημέρωση | 2019-03-08 |
Ημερομηνία Δημοσίευσης | 2019-03-08 |
Αξιολόγηση | 4.83/5 Συνολικά 35 Αξιολογήσεις |
Προγραμματιστής | ShuangYa |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/FirefoxBar/xStyle |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/FirefoxBar/xStyle/wiki |
Υποστηριζόμενες Γλώσσες | de,en,fr,pl,pt-BR,ru,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "short_name": "__MSG_extName__", "version": "3.1.2", "description": "__MSG_description__", "homepage_url": "http:\/\/team.firefoxcn.net", "manifest_version": 2, "icons": { "128": "images\/128.png" }, "permissions": [ "tabs", "webNavigation", "webRequest", "webRequestBlocking", "contextMenus", "storage", "downloads", "*:\/\/*\/*", "clipboardWrite", "unlimitedStorage" ], "background": { "scripts": [ "scripts\/browser-polyfill.js", "scripts\/common.js", "scripts\/messaging.js", "scripts\/userstyle.js", "scripts\/storage.js", "scripts\/GhostText.js", "scripts\/background.js" ] }, "content_scripts": [ { "matches": [ " |