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 拡張機能の基本情報
| 名前 | |
| 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",
" | |