Vertical Tabs Popup
Keep it simple! A very simple extension that lets you see the tabs in a vertical manner in a popup window. The window can…
什么是Vertical Tabs Popup?
Vertical Tabs Popup是由frankmannen开发的Chrome扩展程序,该扩展的主要功能是“Keep it simple! A very simple extension that lets you see the tabs in a vertical manner in a popup window. The window can…”。
扩展截图
下载Vertical Tabs Popup扩展crx文件
下载Vertical Tabs Popup扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Keep it simple! A very simple extension that lets you see the tabs in a vertical manner in a popup window. The window can preferably be place to the side of the main google chrome window. Similar to Vertical Tabs for Firefox. The position and size of the popup with tabs should be remembered after you set it the first time. Revisions: 2014-05-13 version 0.14 - Fixed bug for html-characters in tab title. 2013-07-26 version 0.12 - Removed time-based auto-refresh on the tabs since chrome updated it's API to support update event when favicon has been loaded - Added support for multiple windows. The tabs popup will use the currently active window.
扩展基本信息
名称 | Vertical Tabs Popup |
ID | cajhlgkpfinedhdkhecjkkcjgdjnkijf |
官方URL | https://chromewebstore.google.com/detail/vertical-tabs-popup/cajhlgkpfinedhdkhecjkkcjgdjnkijf |
简介 | Keep it simple! A very simple extension that lets you see the tabs in a vertical manner in a popup window. The window can… |
文件大小 | 87.65 KB |
安装次数 | 205 |
当前版本 | 0.14 |
更新时间 | 2014-05-13 |
上架时间 | 2014-05-13 |
评分 | 1.50/5 共10次评分 |
开发者 | frankmannen |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Vertical Tabs Popup", "description": "", "version": "0.14", "background": { "scripts": [ "script.js" ] }, "browser_action": { "default_popup": "browser_action.html" }, "permissions": [ "tabs", "bookmarks", " |