Hatena Blog' New Window Preview Auto Reloader
はてなブログの別ウィンドウプレビューを自動リロードします。
Qu'est-ce que Hatena Blog' New Window Preview Auto Reloader ?
Hatena Blog' New Window Preview Auto Reloader est une extension Chrome développée par FromAtom, et sa fonction principale est "はてなブログの別ウィンドウプレビューを自動リロードします。".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Hatena Blog' New Window Preview Auto Reloader
Téléchargez les fichiers d'extension Hatena Blog' New Window Preview Auto Reloader 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
はてなブログの別ウィンドウプレビューをオートリロードします。文字入力中にはリロードを行わず、一息ついた時にリロードが走るので、リロードボタンをクリックする時間でコーヒーを飲むことができます。 Editページでのみ動作し、見たまま編集モード・ブログページのヘッダから記事を書くをクリックして表示されるポップアップ式の編集ページでは利用できません。
Informations de Base sur l'Extension
Nom | Hatena Blog' New Window Preview Auto Reloader |
ID | gjikioabhmibbnolnekmemclppfheekb |
URL Officiel | https://chromewebstore.google.com/detail/hatena-blog-new-window-pr/gjikioabhmibbnolnekmemclppfheekb |
Description | はてなブログの別ウィンドウプレビューを自動リロードします。 |
Taille du Fichier | 13.31 KB |
Nombre d'Installations | 25 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2014-09-21 |
Date de Publication | 2014-09-21 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | FromAtom |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |