Hatena Blog' New Window Preview Auto Reloader
はてなブログの別ウィンドウプレビューを自動リロードします。
What is Hatena Blog' New Window Preview Auto Reloader?
Hatena Blog' New Window Preview Auto Reloader is a Chrome extension developed by FromAtom, and its main feature is "はてなブログの別ウィンドウプレビューを自動リロードします。".
Extension Screenshots
Download Hatena Blog' New Window Preview Auto Reloader Extension CRX File
Download Hatena Blog' New Window Preview Auto Reloader 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
はてなブログの別ウィンドウプレビューをオートリロードします。文字入力中にはリロードを行わず、一息ついた時にリロードが走るので、リロードボタンをクリックする時間でコーヒーを飲むことができます。 Editページでのみ動作し、見たまま編集モード・ブログページのヘッダから記事を書くをクリックして表示されるポップアップ式の編集ページでは利用できません。
Extension Basic Information
Name | Hatena Blog' New Window Preview Auto Reloader |
ID | gjikioabhmibbnolnekmemclppfheekb |
Official URL | https://chromewebstore.google.com/detail/hatena-blog-new-window-pr/gjikioabhmibbnolnekmemclppfheekb |
Description | はてなブログの別ウィンドウプレビューを自動リロードします。 |
File Size | 13.31 KB |
Installation Count | 25 |
Current Version | 0.1 |
Last Updated | 2014-09-21 |
Publish Date | 2014-09-21 |
Rating | 5.00/5 Total 1 Ratings |
Developer | FromAtom |
[email protected] | |
Payment Type | free |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hatena Blog' New Window Preview Auto Reloader", "version": "0.1", "manifest_version": 2, "description": "\u306f\u3066\u306a\u30d6\u30ed\u30b0\u306e\u5225\u30a6\u30a3\u30f3\u30c9\u30a6\u30d7\u30ec\u30d3\u30e5\u30fc\u3092\u81ea\u52d5\u30ea\u30ed\u30fc\u30c9\u3057\u307e\u3059\u3002", "permissions": [ "tabs", "http:\/\/blog.hatena.ne.jp\/" ], "background": { "scripts": [ "background.js" ] }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "icons": { "48": "icons\/on48.png", "128": "icons\/on128.png" }, "page_action": { "default_icon": "icons\/on16.png" } } |