Random Tab
Opens a random tab when the icon is pressed and displays a tab counter.
什麼是Random Tab?
Random Tab是由Aleksander Czarnowski開發的Chrome擴展程式,該擴展的主要功能是“Opens a random tab when the icon is pressed and displays a tab counter.”。
擴展截圖
下載Random Tab擴展crx文件
下載Random Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Now with the added option to chose between opening a random tab from all windows or just the current window. 擴展基本資訊
| 名稱 | |
| ID | pamgfjoljjpmdgjfdcohdffplcmngjgi |
| 官方網址 | https://chromewebstore.google.com/detail/random-tab/pamgfjoljjpmdgjfdcohdffplcmngjgi |
| 簡介 | Opens a random tab when the icon is pressed and displays a tab counter. |
| 檔案大小 | 9.35 KB |
| 安裝次數 | 935 |
| 目前版本 | 1.1 |
| 更新時間 | 2023-10-16 |
| 上架時間 | 2019-08-24 |
| 評分 | 4.38/5 共 8 次評分 |
| 開發者 | Aleksander Czarnowski |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Random Tab",
"description": "Opens a random tab when the icon is pressed and displays a tab counter.",
"version": "1.1",
"homepage_url": "https:\/\/aleksander.me\/",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"background": {
"service_worker": "event.js",
"type": "module"
},
"options_ui": {
"page": "Options\/options.html"
},
"permissions": [
"storage"
],
"action": {
"default_icon": "icon128.png",
"default_title": "Random Tab"
}
} | |