Stylesheet Count
Count of the number of Style Sheet tags on the current page
Τι είναι το Stylesheet Count;
Το Stylesheet Count είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον jeremyfine365, και η κύρια λειτουργία του είναι "Count of the number of Style Sheet tags on the current page".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Stylesheet Count
Λήψη αρχείων επέκτασης Stylesheet Count σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Style Sheet Count adds a button to the browser, that informs you of the number of stylesheets on current page.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | gngfnjclpjflgomhidfecidndbfaniak |
Επίσημο URL | https://chrome.google.com/webstore/detail/stylesheet-count/gngfnjclpjflgomhidfecidndbfaniak |
Περιγραφή | Count of the number of Style Sheet tags on the current page |
Μέγεθος Αρχείου | 43.27 KB |
Αριθμός Εγκαταστάσεων | 10,000 |
Τρέχουσα Έκδοση | 0.1 |
Τελευταία Ενημέρωση | 2014-04-01 |
Ημερομηνία Δημοσίευσης | 2014-04-01 |
Αξιολόγηση | 1.40/5 Συνολικά 30 Αξιολογήσεις |
Προγραμματιστής | jeremyfine365 |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "name": "Stylesheet Count", "description": "Count of the number of Style Sheet tags on the current page", "browser_action": { "default_icon": "icon-128.png", "default_title": "Stylesheet Count" }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "0.1", "manifest_version": 2 } |