Boldify
Set the first half of words to bold
Cos'è Boldify?
Boldify è un'estensione di Chrome sviluppata da Marcel Samyn, e la sua funzione principale è "Set the first half of words to bold".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Boldify
Scarica i file di estensione Boldify in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Boldify |
ID | felocciljakkcpogfaaibfcngebibbdm |
URL Ufficiale | https://chromewebstore.google.com/detail/boldify/felocciljakkcpogfaaibfcngebibbdm |
Descrizione | Set the first half of words to bold |
Dimensione del File | 11.08 KB |
Conteggio Installazioni | 717 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2022-06-06 |
Data di Pubblicazione | 2022-06-05 |
Valutazione | 3.50/5 Totale 4 Valutazioni |
Sviluppatore | Marcel Samyn |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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": [] } ] } |