Vertical Tabs & Bookmarks
Vertical grouping of tabs, quick search in favorites and in the history of page views
Vertical Tabs & Bookmarksとは何ですか?
Vertical Tabs & BookmarksはDevelop Extensionsによって開発されたChromeの拡張機能で、その主な機能は「Vertical grouping of tabs, quick search in favorites and in the history of page views」です。
拡張機能のスクリーンショット
Vertical Tabs & Bookmarks拡張機能のCRXファイルをダウンロード
Vertical Tabs & Bookmarks拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Convenient navigation through tabs, search for open tabs, search in favorites. + Add tags for quick search. Easy interface, and fast speed version 1.14.* - stable version Added history. Increased speed and improved styles. 1.14.3 Improved response speed. 1.14.4 Fix bugs. 1.14.5 Styles and functional. 1.14.6 Fixed search in bookmarks. 1.14.7-8 Added sorting tabs, removing duplicate bookmarks and customizing the interface. 1.14.9 fix bugs 1.14.10 Number of open tabs added to the icon Button added to tabs, add remove tab in bookmarks Second click disables tag 1.14.11 1) increased window height 2) added tabs animation 3) scroll saved in tabs
拡張機能の基本情報
名前 | Vertical Tabs & Bookmarks |
ID | oedoaajapfkjmgicngblombignfbemko |
公式URL | https://chromewebstore.google.com/detail/vertical-tabs-bookmarks/oedoaajapfkjmgicngblombignfbemko |
説明 | Vertical grouping of tabs, quick search in favorites and in the history of page views |
ファイルサイズ | 55.6 KB |
インストール数 | 2,714 |
現在のバージョン | 1.14.11 |
最終更新日 | 2020-01-06 |
公開日 | 2019-12-26 |
評価 | 4.46/5 合計 24 レビュー |
開発者 | Develop Extensions |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | de,en,fr,es,ru,ar,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "version": "1.14.11", "description": "__MSG_extDescription__", "default_locale": "en", "icons": { "128": "img\/vt.png" }, "permissions": [ "tabs", "bookmarks", "history", "chrome:\/\/favicon\/" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "browser_action": { "default_title": "__MSG_extName__", "default_icon": "img\/vt.png", "default_popup": "popup.html" }, "background": { "persistent": false, "scripts": [ "background.js" ] } } |