Fix my Title
Enter your title and it will be corrected as you type!
Apa itu Fix my Title?
Fix my Title adalah ekstensi Chrome yang dikembangkan oleh https://tylucaskelley.com, dan fitur utamanya adalah "Enter your title and it will be corrected as you type!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Fix my Title
Unduh file ekstensi Fix my Title 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
Simply type or paste in text, and any mistakes will be fixed right away, with no need to click buttons or hit enter.
Informasi Dasar Ekstensi
Nama | |
ID | cbaagoaigiobmonebiebljfnkekfpkif |
URL Resmi | https://chromewebstore.google.com/detail/fix-my-title/cbaagoaigiobmonebiebljfnkekfpkif |
Deskripsi | Enter your title and it will be corrected as you type! |
Ukuran File | 108 KB |
Jumlah Instalasi | 20 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2014-11-13 |
Tanggal Publikasi | 2014-11-13 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | https://tylucaskelley.com |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/tylucaskelley/fix-my-title |
URL Halaman Bantuan | https://github.com/tylucaskelley/fix-my-title |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Fix my Title", "description": "Enter your title and it will be corrected as you type!", "version": "1.2", "icons": { "128": "img\/icon.png" }, "browser_action": { "default_title": "Fix my Title", "default_icon": "img\/icon.png", "default_popup": "index.html" } } |