Timer Refresh
Timer refresh the specified page or only refresh the inactive TAB page.
什麼是Timer Refresh?
Timer Refresh是由thomashg0712開發的Chrome擴展程式,該擴展的主要功能是“Timer refresh the specified page or only refresh the inactive TAB page.”。
擴展截圖
下載Timer Refresh擴展crx文件
下載Timer Refresh擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
For some users with special needs, keeping the page active maybe a good help.
擴展基本資訊
名稱 | |
ID | fembhgfanglpnpkjcgdacodmefdmfpep |
官方網址 | https://chrome.google.com/webstore/detail/fembhgfanglpnpkjcgdacodmefdmfpep |
簡介 | Timer refresh the specified page or only refresh the inactive TAB page. |
檔案大小 | 27.85 KB |
安裝次數 | 42 |
目前版本 | 0.0.1 |
更新時間 | 2020-01-19 |
上架時間 | 2020-01-19 |
開發者 | thomashg0712 |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "background.html", "script": "background.js" }, "content_scripts": [ { "all_frames": false, "js": [ "script.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "default_locale": "en", "description": "__MSG_extDescription__", "icons": { "128": "img\/on128.png" }, "manifest_version": 2, "name": "__MSG_extName__", "page_action": { "default_icon": "img\/on128.png", "default_popup": "popup.html", "default_title": "__MSG_extName__" }, "permissions": [ "tabs", "browsingData", "webRequest", "webNavigation", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "0.0.1" } |