CSS Spider
The fastest and easiest way to check, copy and edit CSS
Cos'è CSS Spider?
CSS Spider è un'estensione di Chrome sviluppata da https://cssspider.fresalabs.com, e la sua funzione principale è "The fastest and easiest way to check, copy and edit CSS".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione CSS Spider
Scarica i file di estensione CSS Spider 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
The fastest and easiest way to check, copy and edit CSS and forget about inspect element for CSS
Informazioni di Base sull'Estensione
Nome | CSS Spider |
ID | eneakgbflmejjpkogbdmebjbfcdebjik |
URL Ufficiale | https://chromewebstore.google.com/detail/css-spider/eneakgbflmejjpkogbdmebjbfcdebjik |
Descrizione | The fastest and easiest way to check, copy and edit CSS |
Dimensione del File | 2.08 MB |
Conteggio Installazioni | 1,657 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2020-11-27 |
Data di Pubblicazione | 2020-10-20 |
Valutazione | 4.75/5 Totale 4 Valutazioni |
Sviluppatore | https://cssspider.fresalabs.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://cssspider.fresalabs.com/ |
URL della Pagina di Aiuto | https://cssspider.fresalabs.com/ |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "CSS-Spider", "name": "CSS Spider", "version": "1.2", "description": "The fastest and easiest way to check, copy and edit CSS", "manifest_version": 2, "browser_action": { "default_title": "Css Spider" }, "icons": { "128": "logo.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "activeTab", "http:\/\/*\/", "https:\/\/*\/" ] } |