Form filler
Autosaves the Form you are working on from Time to Time, automatically.
Apa itu Form filler?
Form filler adalah ekstensi Chrome yang dikembangkan oleh Roman, dan fitur utamanya adalah "Autosaves the Form you are working on from Time to Time, automatically.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Form filler
Unduh file ekstensi Form filler dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Informasi Dasar Ekstensi
Nama | |
ID | hlloohcadnpmnhcadiednjlajnmbmigb |
URL Resmi | https://chrome.google.com/webstore/detail/form-filler/hlloohcadnpmnhcadiednjlajnmbmigb |
Deskripsi | Autosaves the Form you are working on from Time to Time, automatically. |
Ukuran File | 16.91 KB |
Jumlah Instalasi | 169 |
Versi Saat Ini | 0.0.5 |
Terakhir Diperbarui | 2014-12-31 |
Tanggal Publikasi | 2014-12-31 |
Penilaian | 1.00/5 Total 2 Penilaian |
Pengembang | Roman |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |