Tab Carousel
An extension to allow the rotating of tabs with customizable timers per tab.
什么是Tab Carousel?
Tab Carousel是由shaefer开发的Chrome扩展程序,该扩展的主要功能是“An extension to allow the rotating of tabs with customizable timers per tab.”。
下载Tab Carousel扩展crx文件
下载Tab Carousel扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | |
ID | hecpojfehconfimlbkfjpenmdcjfjiko |
官方URL | https://chrome.google.com/webstore/detail/tab-carousel/hecpojfehconfimlbkfjpenmdcjfjiko |
简介 | An extension to allow the rotating of tabs with customizable timers per tab. |
文件大小 | 10.56 KB |
安装次数 | 944 |
当前版本 | 0.1.4 |
更新时间 | 2014-07-09 |
上架时间 | 2014-07-09 |
评分 | 4.00/5 共7次评分 |
开发者 | shaefer |
付费类型 | free |
帮助页面URL | https://bitbucket.org/danielshaefer/carousel-chrome-extension |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Carousel", "short_name": "Tab Carousel", "description": "An extension to allow the rotating of tabs with customizable timers per tab.", "version": "0.1.4", "author": "Daniel Shaefer", "permissions": [ "tabs" ], "options_page": "options.html", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "icon-stop.png", "default_title": "Start Carousel" } } |