Chrome Add-on for Hatena
はてなブログの編集を補完する拡張機能
Qu'est-ce que Chrome Add-on for Hatena ?
Chrome Add-on for Hatena est une extension Chrome développée par https://www.notitle-weblog.com, et sa fonction principale est "はてなブログの編集を補完する拡張機能".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Chrome Add-on for Hatena
Téléchargez les fichiers d'extension Chrome Add-on for Hatena 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
はてなブログの「見たままモード」での編集を補完するChrome拡張機能(非公式)です。 「h2」タグの見出し、「目次」、今日の「日付」の付与、「背景をグレー」にして強調、テキスト・画像の「左・中央・右揃え」、「pタグにクラスを付与」ができます。
Informations de Base sur l'Extension
Nom | Chrome Add-on for Hatena |
ID | fpbnbjdllamcboloemingjgkkkllohbd |
URL Officiel | https://chromewebstore.google.com/detail/chrome-add-on-for-hatena/fpbnbjdllamcboloemingjgkkkllohbd |
Description | はてなブログの編集を補完する拡張機能 |
Taille du Fichier | 54.61 KB |
Nombre d'Installations | 3,573 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2022-07-18 |
Date de Publication | 2019-01-04 |
Évaluation | 4.20/5 Total 5 Évaluations |
Développeur | https://www.notitle-weblog.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.notitle-weblog.com/ |
URL de la Page d'Aide | https://www.notitle-weblog.com/ |
Langues Prises en Charge | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Chrome Add-on for Hatena", "version": "1.0.0", "description": "\u306f\u3066\u306a\u30d6\u30ed\u30b0\u306e\u7de8\u96c6\u3092\u88dc\u5b8c\u3059\u308b\u62e1\u5f35\u6a5f\u80fd", "icons": { "16": "icon\/icon16.png", "48": "icon\/icon48.png", "128": "icon\/icon128.png" }, "action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content_scripts.js" ], "all_frames": true, "run_at": "document_start" } ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |