Forms Count
Count of the number of forms on the current page
Apa itu Forms Count?
Forms Count adalah ekstensi Chrome yang dikembangkan oleh jeremyfine365, dan fitur utamanya adalah "Count of the number of forms on the current page".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Forms Count
Unduh file ekstensi Forms Count 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
This extension simply count form tags on current page. To view the result, just click "Forms Count" at the top of the screen.
Informasi Dasar Ekstensi
Nama | |
ID | cckahkoimnbpflhhobnanhfdihegpedf |
URL Resmi | https://chrome.google.com/webstore/detail/forms-count/cckahkoimnbpflhhobnanhfdihegpedf |
Deskripsi | Count of the number of forms on the current page |
Ukuran File | 47.24 KB |
Jumlah Instalasi | 29,184 |
Versi Saat Ini | 0.1 |
Terakhir Diperbarui | 2014-04-01 |
Tanggal Publikasi | 2014-04-01 |
Penilaian | 2.53/5 Total 17 Penilaian |
Pengembang | jeremyfine365 |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "name": "Forms Count", "description": "Count of the number of forms on the current page", "browser_action": { "default_icon": "icon-128.png", "default_title": "Forms Count" }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "0.1", "manifest_version": 2 } |