Remember Form Inputs
Remeber from input values.
Co to jest Remember Form Inputs?
Remember Form Inputs to rozszerzenie Chrome opracowane przez https://www.crossl.net, a jego główną funkcją jest „Remeber from input values.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Remember Form Inputs
Pobierz pliki rozszerzeń Remember Form Inputs 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
This program is a Chrome extension that allows you to remember the contents of the form input and restore it at any time. It is convenient to save time and effort to enter the same content in the test.
Podstawowe informacje o rozszerzeniu
Nazwa | Remember Form Inputs |
ID | fcolhfpojmepceidnkkannbfpegihmhl |
Oficjalny URL | https://chromewebstore.google.com/detail/remember-form-inputs/fcolhfpojmepceidnkkannbfpegihmhl |
Opis | Remeber from input values. |
Rozmiar pliku | 38.08 KB |
Liczba instalacji | 1,479 |
Aktualna Wersja | 0.1.1 |
Ostatnia Aktualizacja | 2017-03-10 |
Data Publikacji | 2017-03-09 |
Ocena | 3.20/5 Łącznie 5 Oceny |
Deweloper | https://www.crossl.net |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/konkon1234/remember-form-inputs |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Remember Form Inputs", "version": "0.1.1", "manifest_version": 2, "description": "Remeber from input values.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_popup": "html\/popup.html" }, "web_accessible_resources": [ "jquery-3.1.1.slim.min.js", "remember-inputs.js" ], "permissions": [ "activeTab", "storage" ], "content_scripts": [ { "matches": [ " |