Chrome Add-on for Hatena
はてなブログの編集を補完する拡張機能
What is Chrome Add-on for Hatena?
Chrome Add-on for Hatena is a Chrome extension developed by https://www.notitle-weblog.com, and its main feature is "はてなブログの編集を補完する拡張機能".
Extension Screenshots
Download Chrome Add-on for Hatena Extension CRX File
Download Chrome Add-on for Hatena extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
はてなブログの「見たままモード」での編集を補完するChrome拡張機能(非公式)です。 「h2」タグの見出し、「目次」、今日の「日付」の付与、「背景をグレー」にして強調、テキスト・画像の「左・中央・右揃え」、「pタグにクラスを付与」ができます。
Extension Basic Information
Name | Chrome Add-on for Hatena |
ID | fpbnbjdllamcboloemingjgkkkllohbd |
Official URL | https://chromewebstore.google.com/detail/chrome-add-on-for-hatena/fpbnbjdllamcboloemingjgkkkllohbd |
Description | はてなブログの編集を補完する拡張機能 |
File Size | 54.61 KB |
Installation Count | 3,573 |
Current Version | 1.0.0 |
Last Updated | 2022-07-18 |
Publish Date | 2019-01-04 |
Rating | 4.20/5 Total 5 Ratings |
Developer | https://www.notitle-weblog.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.notitle-weblog.com/ |
Help Page URL | https://www.notitle-weblog.com/ |
Supported Languages | 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:\/\/*\/*" ] } |