Boldify
Set the first half of words to bold
Qu'est-ce que Boldify ?
Boldify est une extension Chrome développée par Marcel Samyn, et sa fonction principale est "Set the first half of words to bold".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Boldify
Téléchargez les fichiers d'extension Boldify au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Boldify |
ID | felocciljakkcpogfaaibfcngebibbdm |
URL Officiel | https://chromewebstore.google.com/detail/boldify/felocciljakkcpogfaaibfcngebibbdm |
Description | Set the first half of words to bold |
Taille du Fichier | 11.08 KB |
Nombre d'Installations | 717 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2022-06-06 |
Date de Publication | 2022-06-05 |
Évaluation | 3.50/5 Total 4 Évaluations |
Développeur | Marcel Samyn |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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": [] } ] } |