Image rotator
One of the less useful extensions out there.
Cos'è Image rotator?
Image rotator è un'estensione di Chrome sviluppata da FH, e la sua funzione principale è "One of the less useful extensions out there.".
Scarica il file CRX dell'estensione Image rotator
Scarica i file di estensione Image rotator 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
Does what the title says it does.
Informazioni di Base sull'Estensione
Nome | ![]() |
ID | amplighgcpifjbdglmkhhcafffaafpoc |
URL Ufficiale | https://chrome.google.com/webstore/detail/image-rotator/amplighgcpifjbdglmkhhcafffaafpoc |
Descrizione | One of the less useful extensions out there. |
Dimensione del File | 3.86 KB |
Conteggio Installazioni | 10 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2013-12-15 |
Data di Pubblicazione | 2013-12-15 |
Valutazione | 1.00/5 Totale 3 Valutazioni |
Sviluppatore | FH |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Image rotator", "description": "One of the less useful extensions out there.", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "script.js" ] } ] } |