Form filler
Autosaves the Form you are working on from Time to Time, automatically.
ما هو Form filler؟
Form filler هو إضافة Chrome تم تطويرها بواسطة Roman، والميزة الرئيسية لها هي "Autosaves the Form you are working on from Time to Time, automatically.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Form filler
قم بتنزيل ملفات الامتداد Form filler بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | |
ID | hlloohcadnpmnhcadiednjlajnmbmigb |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/form-filler/hlloohcadnpmnhcadiednjlajnmbmigb |
الوصف | Autosaves the Form you are working on from Time to Time, automatically. |
حجم الملف | 16.91 KB |
عدد التثبيتات | 169 |
النسخة الحالية | 0.0.5 |
آخر تحديث | 2014-12-31 |
تاريخ النشر | 2014-12-31 |
تقييم | 1.00/5 مجموع تقييمات 2 |
المطور | Roman |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Form filler", "version": "0.0.5", "manifest_version": 2, "description": "Autosaves the Form you are working on from Time to Time, automatically.", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "page_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "form filler", "default_popup": "popup.html" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "scripts\/page.js" ], "css": [ "styles\/animate.css", "styles\/icon.css", "styles\/input.css" ], "run_at": "document_end" } ], "web_accessible_resources": [ "images\/icon-38.png", "images\/delete.png" ] } |