Simple Reloader
Automatically reloads the current tab as needed.
Simple Reloaderとは何ですか?
Simple ReloaderはDrew Cosseyによって開発されたChromeの拡張機能で、その主な機能は「Automatically reloads the current tab as needed.」です。
拡張機能のスクリーンショット
Simple Reloader拡張機能のCRXファイルをダウンロード
Simple Reloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A quick and simple automatic page reloader. Reloading the page manually, or navigating to another page in the same tab will reset the countdown. Can optionally tell the browser to ignore the browser cache for the reloads.
拡張機能の基本情報
名前 | |
ID | jdcjnkmfkfnidklnngnbecledmanndnm |
公式URL | https://chrome.google.com/webstore/detail/simple-reloader/jdcjnkmfkfnidklnngnbecledmanndnm |
説明 | Automatically reloads the current tab as needed. |
ファイルサイズ | 53.26 KB |
インストール数 | 481 |
現在のバージョン | 1.0.1 |
最終更新日 | 2015-04-29 |
公開日 | 2015-04-29 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Drew Cossey |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Reloader", "version": "1.0.1", "description": "Automatically reloads the current tab as needed.", "permissions": [ "tabs" ], "icons": { "16": "images\/icon16.png", "19": "images\/icon19.png", "38": "images\/icon38.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_title": "Reloadit", "default_popup": "popup.html", "default_icon": { "16": "images\/icon16.png", "19": "images\/icon19.png", "38": "images\/icon38.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "background": { "scripts": [ "jquery-1.11.1.min.js", "background.js" ], "persistent": true } } |