smartware
Smart Plugin for Chrome
Co to jest smartware?
smartware to rozszerzenie Chrome opracowane przez http://www.genietoolbars.com, a jego główną funkcją jest „Smart Plugin for Chrome”.
Pobierz plik CRX rozszerzenia smartware
Pobierz pliki rozszerzeń smartware 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
Smart Plugin for Chrome
Podstawowe informacje o rozszerzeniu
Nazwa | ![]() |
ID | nghgimeiakkfjihnijlacdmgdkdmhhpm |
Oficjalny URL | https://chrome.google.com/webstore/detail/smartware/nghgimeiakkfjihnijlacdmgdkdmhhpm |
Opis | Smart Plugin for Chrome |
Rozmiar pliku | 10.68 KB |
Liczba instalacji | 18 |
Aktualna Wersja | 3.0 |
Ostatnia Aktualizacja | 2014-02-17 |
Data Publikacji | 2014-02-17 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | http://www.genietoolbars.com |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "smartware", "manifest_version": 2, "version": "3.0", "background": { "scripts": [ "background.js", "backgroundhelper.js" ] }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "webRequest" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_idle", "js": [ "content_script.js" ] } ] } |