Auto Refresher
Automatically refresh the page on a set interval
Auto Refresherとは何ですか?
Auto Refresherはjones.kaivonによって開発されたChromeの拡張機能で、その主な機能は「Automatically refresh the page on a set interval」です。
Auto Refresher拡張機能のCRXファイルをダウンロード
Auto Refresher拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Simple and easy to use extension to auto reload the page its opened on.
拡張機能の基本情報
名前 | |
ID | nlfnbbnnpiiiifgnbckjhkhpmggpailj |
公式URL | https://chrome.google.com/webstore/detail/nlfnbbnnpiiiifgnbckjhkhpmggpailj |
説明 | Automatically refresh the page on a set interval |
ファイルサイズ | 114 KB |
インストール数 | 26 |
現在のバージョン | 1.0 |
最終更新日 | 2018-09-01 |
公開日 | 2018-09-01 |
開発者 | jones.kaivon |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Auto Refresher", "version": "1.0", "manifest_version": 2, "description": "Automatically refresh the page on a set interval", "icons": { "16": "images\/refresh-icon16.png", "48": "images\/refresh-icon48.png", "128": "images\/refresh-icon128.png" }, "browser_action": { "default_popup": "popup.html", "default_icon": "images\/refresh-icon.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "activeTab", "storage", "tabs", "http:\/\/*\/", "https:\/\/*\/" ] } |