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 |
官方網址 | 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" ] } |