Simple Autofill
Presents a simple dropdown menu for textboxes from a list of preconfigured items.
Was ist Simple Autofill?
Simple Autofill ist eine Chrome-Erweiterung, die von Wiggybird entwickelt wurde, und ihr Hauptmerkmal ist "Presents a simple dropdown menu for textboxes from a list of preconfigured items.".
Erweiterungsscreenshots
Simple Autofill-Erweiterungs-CRX-Datei herunterladen
Laden Sie Simple Autofill-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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! Grundlegende Informationen zur Erweiterung
| Name | |
| ID | cdjplknefldnfcncohonjbeeocljjmbm |
| Offizielle URL | https://chromewebstore.google.com/detail/simple-autofill/cdjplknefldnfcncohonjbeeocljjmbm |
| Beschreibung | Presents a simple dropdown menu for textboxes from a list of preconfigured items. |
| Dateigröße | 25.8 KB |
| Installationsanzahl | 6,047 |
| Aktuelle Version | 1.0.4 |
| Letztes Update | 2014-07-25 |
| Veröffentlichungsdatum | 2014-07-25 |
| Bewertung | 3.19/5 Insgesamt 110 Bewertungen |
| Entwickler | Wiggybird |
| Zahlungsart | free |
| Unterstützte Sprachen | 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": [
" | |