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.
拡張機能の基本情報
名前 | Random Tab |
ID | pamgfjoljjpmdgjfdcohdffplcmngjgi |
公式URL | 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 |
Eメール | [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" } } |