Simple Autofill
Presents a simple dropdown menu for textboxes from a list of preconfigured items.
Co to jest Simple Autofill?
Simple Autofill to rozszerzenie Chrome opracowane przez Wiggybird, a jego główną funkcją jest „Presents a simple dropdown menu for textboxes from a list of preconfigured items.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Simple Autofill
Pobierz pliki rozszerzeń Simple Autofill 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
When typing in a textbox, this extension displays a menu with a list of matching items from the Options page. This no-frills extension was designed to be light weight, noninvasive, and intuitive to use. Please note: Option settings are stored using the chrome.storage.sync API and are not encrypted. Entering sensitive data is NOT recommended. Also note: This is my first javascript app and my first Chrome extension - constructive criticism is welcome!
Podstawowe informacje o rozszerzeniu
Nazwa | Simple Autofill |
ID | cdjplknefldnfcncohonjbeeocljjmbm |
Oficjalny URL | https://chromewebstore.google.com/detail/simple-autofill/cdjplknefldnfcncohonjbeeocljjmbm |
Opis | Presents a simple dropdown menu for textboxes from a list of preconfigured items. |
Rozmiar pliku | 25.8 KB |
Liczba instalacji | 6,047 |
Aktualna Wersja | 1.0.4 |
Ostatnia Aktualizacja | 2014-07-25 |
Data Publikacji | 2014-07-25 |
Ocena | 3.19/5 Łącznie 110 Oceny |
Deweloper | Wiggybird |
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": "Simple Autofill", "version": "1.0.4", "options_page": "options.html", "description": "Presents a simple dropdown menu for textboxes from a list of preconfigured items.", "icons": { "128": "images\/autofill.png" }, "browser_action": { "default_icon": { "19": "images\/autofill19.png" } }, "content_scripts": [ { "matches": [ " |