Spell Check and Editor
Spell Check and Editor
Apa itu Spell Check and Editor?
Spell Check and Editor adalah ekstensi Chrome yang dikembangkan oleh shivajidora.b, dan fitur utamanya adalah "Spell Check and Editor".
Unduh Berkas CRX Ekstensi Spell Check and Editor
Unduh file ekstensi Spell Check and Editor 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
Spell Check and Editor. Check you spelling mistakes in your websites.
Informasi Dasar Ekstensi
Nama | |
ID | geccodgkghhnclbanlmiomokfbhnhiig |
URL Resmi | https://chrome.google.com/webstore/detail/spell-check-and-editor/geccodgkghhnclbanlmiomokfbhnhiig |
Deskripsi | Spell Check and Editor |
Ukuran File | 4.9 KB |
Jumlah Instalasi | 18 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2016-05-23 |
Tanggal Publikasi | 2016-05-23 |
Penilaian | 1.00/5 Total 1 Penilaian |
Pengembang | shivajidora.b |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Spell Check and Editor", "description": "Spell Check and Editor", "version": "1.2", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_title": "Spell Check and Editor", "default_icon": "icon.png", "default_popup": "popup.html" } } |