CSS Style Finder
Finds elements matching a given CSS selector on the pages you visit.
Cos'è CSS Style Finder?
CSS Style Finder è un'estensione di Chrome sviluppata da Thomas Grinderslev, e la sua funzione principale è "Finds elements matching a given CSS selector on the pages you visit.".
Scarica il file CRX dell'estensione CSS Style Finder
Scarica i file di estensione CSS Style Finder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
Nome | |
ID | ecfecohpfmmmbmabcenekcebdckjfdpo |
URL Ufficiale | https://chromewebstore.google.com/detail/css-style-finder/ecfecohpfmmmbmabcenekcebdckjfdpo |
Descrizione | Finds elements matching a given CSS selector on the pages you visit. |
Dimensione del File | 21.49 KB |
Conteggio Installazioni | 72 |
Versione Corrente | 0.2 |
Ultimo Aggiornamento | 2015-01-08 |
Data di Pubblicazione | 2015-01-08 |
Sviluppatore | Thomas Grinderslev |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CSS Style Finder", "version": "0.2", "description": "Finds elements matching a given CSS selector on the pages you visit.", "browser_action": { "default_icon": { "19": "19.png", "38": "38.png", "128": "128.png" }, "default_popup": "popup.html" }, "icons": { "19": "19.png", "38": "38.png", "128": "128.png" }, "permissions": [ "notifications" ], "web_accessible_resources": [ "128.png", "128-active.png" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ " |