Cycle Tab
Cycle through all your favourite Chrome tab extensions when you open a new tab.
Cycle Tabとは何ですか?
Cycle TabはCycleTabによって開発されたChromeの拡張機能で、その主な機能は「Cycle through all your favourite Chrome tab extensions when you open a new tab.」です。
拡張機能のスクリーンショット
Cycle Tab拡張機能のCRXファイルをダウンロード
Cycle Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Why use one Chrome tab extension when you can use them all? CycleTab lets you cycle through all your favourite Chrome tab extensions when you open a new tab. You never know what you’re going to get! It works with all Chrome new tab extension. Simply enable CycleTab and all the Chrome tab extensions you want to cycle through. When you open a new tab CycleTab will pick an extension for you! Use all your favourite Chrome new tab extensions, like: Momentum, HelloTab, Panda4, Product Hunt, and more! Check the options page to switch between cycle and random mode.
拡張機能の基本情報
名前 | Cycle Tab |
ID | ijhbdahcljlkbhcaagjmhkhdmgamokdl |
公式URL | https://chromewebstore.google.com/detail/cycle-tab/ijhbdahcljlkbhcaagjmhkhdmgamokdl |
説明 | Cycle through all your favourite Chrome tab extensions when you open a new tab. |
ファイルサイズ | 216 KB |
インストール数 | 528 |
現在のバージョン | 1.2.1 |
最終更新日 | 2015-10-07 |
公開日 | 2015-10-07 |
評価 | 4.67/5 合計 12 レビュー |
開発者 | CycleTab |
支払い方法 | free |
拡張機能のウェブサイト | http://www.cycletab.rocks |
ヘルプページのURL | http://www.cycletab.rocks/help.html |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cycle Tab", "description": "Cycle through all your favourite Chrome tab extensions when you open a new tab.", "version": "1.2.1", "icons": { "16": "images\/icon16.png", "48": "images\/icon128.png", "128": "images\/icon128.png" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "chrome_url_overrides": { "newtab": "newtab.html" }, "options_ui": { "page": "options.html", "chrome_style": true }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "http:\/\/api.cycletab.rocks\/*", "storage", "management" ] } |