Input Templates for Chrome
This extension allows the user to save certain snippts to paste in the browser.
Apa itu Input Templates for Chrome?
Input Templates for Chrome adalah ekstensi Chrome yang dikembangkan oleh kentobi, dan fitur utamanya adalah "This extension allows the user to save certain snippts to paste in the browser.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Input Templates for Chrome
Unduh file ekstensi Input Templates for Chrome 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
With this extension, you can save small text portions, for example your email address or you street name. Then you can right click on any input field on any webpage and select the saved text to make the input automatically! It's the first version -> many improvements to come!
Informasi Dasar Ekstensi
Nama | Input Templates for Chrome |
ID | pdmobinifokmadodnolflhbiafeocmjf |
URL Resmi | https://chromewebstore.google.com/detail/input-templates-for-chrom/pdmobinifokmadodnolflhbiafeocmjf |
Deskripsi | This extension allows the user to save certain snippts to paste in the browser. |
Ukuran File | 1.08 MB |
Jumlah Instalasi | 132 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2017-12-28 |
Tanggal Publikasi | 2017-12-28 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | kentobi |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://privacypolicies.com/privacy/view/9762f51a9b39168523fd49fd44604fbd |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Input Templates for Chrome", "description": "This extension allows the user to save certain snippts to paste in the browser.", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage", "contextMenus" ], "background": { "scripts": [ "\/js\/jquery-3.2.1.min.js", "\/js\/background.js" ] } } |