Timer Refresh
Timer refresh the specified page or only refresh the inactive TAB page.
Vad är Timer Refresh?
Timer Refresh är en Chrome-tillägg utvecklad av thomashg0712, och dess huvudfunktion är "Timer refresh the specified page or only refresh the inactive TAB page.".
Tilläggsskärmbilder
Ladda ner Timer Refresh-förlängningens CRX-fil
Ladda ner Timer Refresh-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
For some users with special needs, keeping the page active maybe a good help.
Grundläggande Information om Tillägg
Namn | |
ID | fembhgfanglpnpkjcgdacodmefdmfpep |
Officiell webbadress | https://chrome.google.com/webstore/detail/fembhgfanglpnpkjcgdacodmefdmfpep |
Beskrivning | Timer refresh the specified page or only refresh the inactive TAB page. |
Filstorlek | 27.85 KB |
Antal Installationer | 42 |
Aktuell Version | 0.0.1 |
Senast Uppdaterad | 2020-01-19 |
Publiceringsdatum | 2020-01-19 |
Utvecklare | thomashg0712 |
Betalningssätt | free |
Stödda Språk | 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" } |