Tab reloader
Updating tabs by time.
什麼是Tab reloader?
Tab reloader是由https://maksam07.com開發的Chrome擴展程式,該擴展的主要功能是“Updating tabs by time.”。
擴展截圖
下載Tab reloader擴展crx文件
下載Tab reloader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Updating tabs by time
You can configure updates for each separately
In the pop-up window, you will switch between tabs and the set time for each of them
Convenient control and ease of use! 擴展基本資訊
| 名稱 | |
| ID | ogmnlijjlpgemofpegfdlnaembcgnnhj |
| 官方網址 | https://chromewebstore.google.com/detail/tab-reloader/ogmnlijjlpgemofpegfdlnaembcgnnhj |
| 簡介 | Updating tabs by time. |
| 檔案大小 | 99.79 KB |
| 安裝次數 | 190 |
| 目前版本 | 1.0.1.0 |
| 更新時間 | 2021-05-03 |
| 上架時間 | 2020-12-13 |
| 評分 | 5.00/5 共 1 次評分 |
| 開發者 | https://maksam07.com |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en,ru |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"persistent": true,
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": {
"19": "static\/img\/icon\/icon19.png",
"38": "static\/img\/icon\/icon38.png"
},
"default_popup": "popup.html",
"default_title": "__MSG_appDesc__"
},
"default_locale": "en",
"description": "__MSG_appDesc__",
"homepage_url": "https:\/\/maksam07.com\/",
"icons": {
"128": "static\/img\/icon\/icon128.png",
"16": "static\/img\/icon\/icon16.png",
"48": "static\/img\/icon\/icon48.png"
},
"manifest_version": 2,
"name": "Tab reloader",
"permissions": [
"tabs",
"contextMenus",
"storage"
],
"short_name": "Tab reloader",
"version": "1.0.1.0"
} | |