Autofill
Automatically enter form (text, select, radio)
Apa itu Autofill?
Autofill adalah ekstensi Chrome yang dikembangkan oleh t4y3, dan fitur utamanya adalah "Automatically enter form (text, select, radio)".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Autofill
Unduh file ekstensi Autofill 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 | eahekcjalfgflphdfogkbeajfjbljhmp |
URL Resmi | https://chrome.google.com/webstore/detail/autofill/eahekcjalfgflphdfogkbeajfjbljhmp |
Deskripsi | Automatically enter form (text, select, radio) |
Ukuran File | 61.29 KB |
Jumlah Instalasi | 219 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2019-03-08 |
Tanggal Publikasi | 2019-03-08 |
Pengembang | t4y3 |
Tipe Pembayaran | free |
Bahasa yang Didukung | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Autofill", "description": "Automatically enter form (text, select, radio)", "version": "1.0", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": { "19": "icons\/icon19.png" }, "default_title": "Autofill", "default_popup": ".\/build\/index.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "content_scripts": [ { "matches": [ " |