Simple Autofill
Presents a simple dropdown menu for textboxes from a list of preconfigured items.
ما هو Simple Autofill؟
Simple Autofill هو إضافة Chrome تم تطويرها بواسطة Wiggybird، والميزة الرئيسية لها هي "Presents a simple dropdown menu for textboxes from a list of preconfigured items.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Simple Autofill
قم بتنزيل ملفات الامتداد Simple Autofill بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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!
معلومات أساسية عن التمديد
الاسم | Simple Autofill |
ID | cdjplknefldnfcncohonjbeeocljjmbm |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/simple-autofill/cdjplknefldnfcncohonjbeeocljjmbm |
الوصف | Presents a simple dropdown menu for textboxes from a list of preconfigured items. |
حجم الملف | 25.8 KB |
عدد التثبيتات | 6,047 |
النسخة الحالية | 1.0.4 |
آخر تحديث | 2014-07-25 |
تاريخ النشر | 2014-07-25 |
تقييم | 3.19/5 مجموع تقييمات 110 |
المطور | Wiggybird |
نوع الدفع | free |
اللغات المدعومة | 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": [ " |