Auto refresh actual webpage
Automatically reload webpage in actual tab. You can set refresh interval.
什麼是Auto refresh actual webpage?
Auto refresh actual webpage是由https://www.extensions-for-chrome.com開發的Chrome擴展程式,該擴展的主要功能是“Automatically reload webpage in actual tab. You can set refresh interval.”。
擴展截圖
下載Auto refresh actual webpage擴展crx文件
下載Auto refresh actual webpage擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Automatically refresh can be easily activated via the context menu by clicking the right mouse button on the web page. In options you can set refresh interval in seconds. Extension automatically stop refresh when change tab or change website.
擴展基本資訊
名稱 | Auto refresh actual webpage |
ID | jmpaeglcabhpohgbfcehemlgophfjikk |
官方網址 | https://chromewebstore.google.com/detail/auto-refresh-actual-webpa/jmpaeglcabhpohgbfcehemlgophfjikk |
簡介 | Automatically reload webpage in actual tab. You can set refresh interval. |
檔案大小 | 51.12 KB |
安裝次數 | 1,929 |
目前版本 | 1.0 |
更新時間 | 2013-09-21 |
上架時間 | 2013-09-21 |
評分 | 3.33/5 共 15 次評分 |
開發者 | https://www.extensions-for-chrome.com |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Auto refresh actual webpage", "description": "Automatically reload webpage in actual tab. You can set refresh interval.", "version": "1.0", "manifest_version": 2, "background": { "scripts": [ "jquery.js", "background.js" ] }, "options_page": "options.html", "content_security_policy": "script-src 'self'; object-src 'self'", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus" ], "icons": { "16": "img\/ico_16.png", "48": "img\/ico_48.png", "128": "img\/ico_128.png" } } |