New Tab Rotate
Alternate between your multiple new tab extensions
New Tab Rotateとは何ですか?
New Tab Rotateはnewtabrotateによって開発されたChromeの拡張機能で、その主な機能は「Alternate between your multiple new tab extensions」です。
拡張機能のスクリーンショット
New Tab Rotate拡張機能のCRXファイルをダウンロード
New Tab Rotate拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Have more than one new tab extension that you like? Why not both!? Why not 100!? Automatically rotate between your installed new tab extensions every time you open a new tab. Or if you want to launch a specific one, just choose it from the New Tab Rotate popup. Don't settle for just one, you deserve to use them all!
拡張機能の基本情報
名前 | |
ID | ahgcbolioopacfcnofmbpfebmggfbhia |
公式URL | https://chrome.google.com/webstore/detail/new-tab-rotate/ahgcbolioopacfcnofmbpfebmggfbhia |
説明 | Alternate between your multiple new tab extensions |
ファイルサイズ | 130 KB |
インストール数 | 281 |
現在のバージョン | 1.1.4 |
最終更新日 | 2021-02-14 |
公開日 | 2019-12-30 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | newtabrotate |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "New Tab Rotate", "version": "1.1.4", "manifest_version": 2, "description": "Alternate between your multiple new tab extensions", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": false }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "browser action", "default_popup": "src\/browser_action\/browser_action.html" }, "permissions": [ "activeTab", "management", "tabs", "declarativeContent", "storage" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "js\/jquery\/jquery.js" ] } ] } |