はてなブログ投稿確認
はてなブログに投稿する前に確認ダイアログを出します
What is はてなブログ投稿確認?
はてなブログ投稿確認 is a Chrome extension developed by https://blog.clock-up.jp, and its main feature is "はてなブログに投稿する前に確認ダイアログを出します".
Extension Screenshots
Download はてなブログ投稿確認 Extension CRX File
Download はてなブログ投稿確認 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
はてなブログに投稿するときに確認ダイアログを表示します。 間違えて「投稿」ボタンを押して不本意に投稿してしまうことを防ぎます。 履歴 ---- - ver1.0.3 (2014.05.17) … 投稿確認時の注意書き(アイキャッチ画像の確認)を追加。jQuery 周りのWarning除去。 - ver1.0.2 (2014.04.21) … 投稿確認時の注意書き(パーマリンク、カテゴリの確認)を追加 - ver1.0.1 (2014.04.10) … はてなブックマークボタンにも反応してしまう問題を修正 - ver1.0.0 (2014.03.25) … 公開
Extension Basic Information
Name | はてなブログ投稿確認 |
ID | ilkijignhlmdhnmlhichnampjpdjibpl |
Official URL | https://chromewebstore.google.com/detail/%E3%81%AF%E3%81%A6%E3%81%AA%E3%83%96%E3%83%AD%E3%82%B0%E6%8A%95%E7%A8%BF%E7%A2%BA%E8%AA%8D/ilkijignhlmdhnmlhichnampjpdjibpl |
Description | はてなブログに投稿する前に確認ダイアログを出します |
File Size | 83.51 KB |
Installation Count | 20 |
Current Version | 1.0.3 |
Last Updated | 2014-05-17 |
Publish Date | 2014-05-16 |
Developer | https://blog.clock-up.jp |
Payment Type | free |
Extension Website | https://github.com/kobake/hatena_blog_confirmer |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "\u306f\u3066\u306a\u30d6\u30ed\u30b0\u6295\u7a3f\u78ba\u8a8d", "version": "1.0.3", "description": "\u306f\u3066\u306a\u30d6\u30ed\u30b0\u306b\u6295\u7a3f\u3059\u308b\u524d\u306b\u78ba\u8a8d\u30c0\u30a4\u30a2\u30ed\u30b0\u3092\u51fa\u3057\u307e\u3059", "icons": { "48": "icon48.png", "128": "icon128.png" }, "content_security_policy": "script-src 'self'; object-src 'self'", "permissions": [], "web_accessible_resources": [ "js\/jquery-2.0.3.min.js", "js\/jquery-2.0.3.min.map" ], "content_scripts": [ { "matches": [ "http:\/\/blog.hatena.ne.jp\/*", "http:\/\/hatena.ne.jp\/*", "http:\/\/*.hatena.ne.jp\/*", "http:\/\/*.hatenablog.com\/*" ], "js": [ "js\/jquery-2.0.3.min.js", "js\/content.js" ], "run_at": "document_end", "all_frames": true } ] } |