Irregular Verb Finder
Find forms of irregular verb you need
Co to jest Irregular Verb Finder?
Irregular Verb Finder to rozszerzenie Chrome opracowane przez Sergey Rastrigin, a jego główną funkcją jest „Find forms of irregular verb you need”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Irregular Verb Finder
Pobierz pliki rozszerzeń Irregular Verb Finder 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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | fkfjpifnklldcfkhcffdkabmpjcpnmmd |
Oficjalny URL | https://chrome.google.com/webstore/detail/irregular-verb-finder/fkfjpifnklldcfkhcffdkabmpjcpnmmd |
Opis | Find forms of irregular verb you need |
Rozmiar pliku | 1.27 MB |
Liczba instalacji | 121 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2016-07-19 |
Data Publikacji | 2016-07-19 |
Ocena | 2.00/5 Łącznie 4 Oceny |
Deweloper | Sergey Rastrigin |
[email protected] | |
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": "Irregular Verb Finder", "description": "Find forms of irregular verb you need", "version": "1.0", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png" }, "browser_action": { "default_icon": "images\/icon16.png", "default_popup": "popup.html", "default_title": "Irregular Verb Finder" }, "author": "Sergey Rastrigin", "options_page": "option.html", "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |