Autocomplete on
Changes 'autocomplete=off' to 'autocomplete=on' in web pages, so your passwords will be remembered.
ما هو Autocomplete on؟
Autocomplete on هو إضافة Chrome تم تطويرها بواسطة Tomas Kafka، والميزة الرئيسية لها هي "Changes 'autocomplete=off' to 'autocomplete=on' in web pages, so your passwords will be remembered.".
تحميل ملف CRX للإضافة Autocomplete on
قم بتنزيل ملفات الامتداد Autocomplete on بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
autocomplete_on =============== chrome extension to turn on autocomplete https://chrome.google.com/webstore/detail/autocomplete-on/gdhbgagnmhdafendedikgjimegoipbnk clone of https://chrome.google.com/webstore/detail/autocomplete-on/ecpgkdflcnofdbbkiggklcfmgbnbabhh/related made a clone because i couldn't trust that the other one wouldn't be auto-updated and start stealing my passwords. I don't trust any extensions that want access to all websites I visit! Consider making your own clone :-) source code: https://github.com/kzahel/autocomplete_on
معلومات أساسية عن التمديد
الاسم | ![]() |
ID | dmgaojnlejjhojlgplleamihdkffahbg |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/autocomplete-on/dmgaojnlejjhojlgplleamihdkffahbg |
الوصف | Changes 'autocomplete=off' to 'autocomplete=on' in web pages, so your passwords will be remembered. |
حجم الملف | 5.71 KB |
عدد التثبيتات | 362 |
النسخة الحالية | 1.0 |
آخر تحديث | 2017-05-30 |
تاريخ النشر | 2017-05-30 |
المطور | Tomas Kafka |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "autocomplete.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "description": "Changes 'autocomplete=off' to 'autocomplete=on' in web pages, so your passwords will be remembered.", "icons": { "32": "icon32.png" }, "name": "Autocomplete on", "version": "1.0", "manifest_version": 2 } |