Vertabs
Vertical tabs.
什么是Vertabs?
Vertabs是由Anton Niklasson开发的Chrome扩展程序,该扩展的主要功能是“Vertical tabs.”。
扩展截图
下载Vertabs扩展crx文件
下载Vertabs扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Vertabs is a Chrome Extension made for tab junkies. Vertabs gives you a scrollable vertical list of all your open tabs. Use Chrome in fullscreen, and view your tabs and their titles in Vertabs! Please report any bugs or issues here: github.com/AntonNiklasson/Vertabs/issues Contact me at: http://www.twitter.com/AntonNiklasson
扩展基本信息
名称 | Vertabs |
ID | ohogedbookenkamipehdjkeilonagpcp |
官方URL | https://chromewebstore.google.com/detail/vertabs/ohogedbookenkamipehdjkeilonagpcp |
简介 | Vertical tabs. |
文件大小 | 428 KB |
安装次数 | 378 |
当前版本 | 1.3.1 |
更新时间 | 2013-03-17 |
上架时间 | 2013-03-17 |
评分 | 3.03/5 共37次评分 |
开发者 | Anton Niklasson |
付费类型 | free |
帮助页面URL | http://www.twitter.com/AntonNiklasson |
支持的语言 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Vertabs", "version": "1.3.1", "description": "Vertical tabs.", "icons": { "16": "imgs\/icon16.png", "48": "imgs\/icon48.png", "128": "imgs\/icon128.png" }, "options_page": "options.html", "browser_action": { "default_icon": "imgs\/icon_inactive.png", "default_title": "Toggle Vertabs" }, "web_accessible_resources": [ "imgs\/close.png" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*" ], "js": [ "jquery.min.js", "vertabs-injector.js" ], "css": [ "vertabs.css" ], "run_at": "document_end" } ], "permissions": [ "tabs", " |