CodeProject Article Reader
Make codeproject articles more readable.
Τι είναι το CodeProject Article Reader;
Το CodeProject Article Reader είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://vincechan.me, και η κύρια λειτουργία του είναι "Make codeproject articles more readable.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης CodeProject Article Reader
Λήψη αρχείων επέκτασης CodeProject Article Reader σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
If you are the type that will spend time to customize the styles of your IDE and like to read articles on codeproject.com, you will love this extension. Features: * Choice of 8 different available PrismJS themes to customize the styles of the code in an article. * Choice of 16 different available Bootswatch themes to customize the styles of the article * Choice of 3 fixed layouts or fluid layout * Theme choices will be saved. Read article in preferred themes with one click.
Βασικές Πληροφορίες Επέκτασης
Όνομα | CodeProject Article Reader |
ID | ahlafaphgbmmbiabcdecifalepbcobgl |
Επίσημο URL | https://chromewebstore.google.com/detail/codeproject-article-reade/ahlafaphgbmmbiabcdecifalepbcobgl |
Περιγραφή | Make codeproject articles more readable. |
Μέγεθος Αρχείου | 88.29 KB |
Αριθμός Εγκαταστάσεων | 83 |
Τρέχουσα Έκδοση | 1.0.2 |
Τελευταία Ενημέρωση | 2016-06-01 |
Ημερομηνία Δημοσίευσης | 2016-06-01 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | https://vincechan.me |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CodeProject Article Reader", "short_name": "CPReader", "description": "Make codeproject articles more readable.", "version": "1.0.2", "background": { "scripts": [ "js\/background.js" ] }, "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "page_action": { "default_icon": "img\/icon48.png", "default_title": "Read Article in Reader", "default_popup": "popup.html" }, "permissions": [ "declarativeContent", "activeTab", "http:\/\/*.codeproject.com\/" ] } |