Boldify
Set the first half of words to bold
Apa itu Boldify?
Boldify adalah ekstensi Chrome yang dikembangkan oleh Marcel Samyn, dan fitur utamanya adalah "Set the first half of words to bold".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Boldify
Unduh file ekstensi Boldify 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 adds a button to the browser bar. When you click it, the first half of every word in the article you're on becomes bold. It's an experiment to help you read faster.
Informasi Dasar Ekstensi
Nama | Boldify |
ID | felocciljakkcpogfaaibfcngebibbdm |
URL Resmi | https://chromewebstore.google.com/detail/boldify/felocciljakkcpogfaaibfcngebibbdm |
Deskripsi | Set the first half of words to bold |
Ukuran File | 11.08 KB |
Jumlah Instalasi | 717 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2022-06-06 |
Tanggal Publikasi | 2022-06-05 |
Penilaian | 3.50/5 Total 4 Penilaian |
Pengembang | Marcel Samyn |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Boldify", "version": "1.0.0", "description": "Set the first half of words to bold", "homepage_url": "https:\/\/samyn.co", "manifest_version": 3, "icons": { "128": "icon.dee6e4e2.png" }, "permissions": [ "activeTab", "scripting" ], "host_permissions": [], "content_scripts": [], "action": { "default_title": "Click to Boldify" }, "background": { "service_worker": "background.29a1a909.js", "type": "module" }, "web_accessible_resources": [ { "resources": [ "boldify.js" ], "matches": [] } ] } |