Image rotator
One of the less useful extensions out there.
Co to jest Image rotator?
Image rotator to rozszerzenie Chrome opracowane przez FH, a jego główną funkcją jest „One of the less useful extensions out there.”.
Pobierz plik CRX rozszerzenia Image rotator
Pobierz pliki rozszerzeń Image rotator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Does what the title says it does.
Podstawowe informacje o rozszerzeniu
Nazwa | ![]() |
ID | amplighgcpifjbdglmkhhcafffaafpoc |
Oficjalny URL | https://chrome.google.com/webstore/detail/image-rotator/amplighgcpifjbdglmkhhcafffaafpoc |
Opis | One of the less useful extensions out there. |
Rozmiar pliku | 3.86 KB |
Liczba instalacji | 10 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2013-12-15 |
Data Publikacji | 2013-12-15 |
Ocena | 1.00/5 Łącznie 3 Oceny |
Deweloper | FH |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } ] } |