Custom Web
Customize the web by adding your own js and css to websites.
Τι είναι το Custom Web;
Το Custom Web είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Shrikant Sharat Kandula, και η κύρια λειτουργία του είναι "Customize the web by adding your own js and css to websites.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Custom Web
Λήψη αρχείων επέκτασης Custom Web σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
An extension that lets you add per-domain custom CSS and JavaScript that will be automatically applied/run on every page of that domain. This works a lot like dotjs, if you know what that is, except there are no files and no server daemon. All data is stored on your chrome local storage (*not* HTML5 localStorage). **Note**: Data is *not* synced across your systems due to very limiting quota limitations imposed by Chrome extension API. Although I've been using this extension myself for quite some time, I'd still consider it beta. I advice you to regularly take backups of your data and save them. And no, you can't trust me. The extension is open source (MIT License). If you are paranoid like me, you may check the source code at https://github.com/sharat87/custom-web. Thanks and enjoy breaking/tweaking the web! Alternative/Similar extensions: - dotjs - Stylebot (No JS) - RWeb - TamperMonkey
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | nlacgphiebglipgnadgcegiefbfcpnjk |
Επίσημο URL | https://chrome.google.com/webstore/detail/custom-web/nlacgphiebglipgnadgcegiefbfcpnjk |
Περιγραφή | Customize the web by adding your own js and css to websites. |
Μέγεθος Αρχείου | 382 KB |
Αριθμός Εγκαταστάσεων | 107 |
Τρέχουσα Έκδοση | 0.4 |
Τελευταία Ενημέρωση | 2014-03-31 |
Ημερομηνία Δημοσίευσης | 2014-03-31 |
Αξιολόγηση | 2.00/5 Συνολικά 4 Αξιολογήσεις |
Προγραμματιστής | Shrikant Sharat Kandula |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/sharat87/custom-web |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/sharat87/custom-web/issues |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Custom Web", "version": "0.4", "description": "Customize the web by adding your own js and css to websites.", "permissions": [ "storage", "clipboardWrite", "clipboardRead", "unlimitedStorage", "contextMenus" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "19": "icons\/icon-19.png", "38": "icons\/icon-38.png" }, "default_title": "Customize this site" }, "content_scripts": [ { "matches": [ " |