NexTab
Open new tabs to the left or right of your active tab.
NexTabとは何ですか?
NexTabはhttps://nextab.coによって開発されたChromeの拡張機能で、その主な機能は「Open new tabs to the left or right of your active tab.」です。
拡張機能のスクリーンショット
NexTab拡張機能のCRXファイルをダウンロード
NexTab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Ever been frustrated that new tabs open at the end of all your current tabs. Then this is for you. NexTab simply extends the default browser functionality for opening new tabs by opening them next to your current tab, instead of at the end. NexTab comes with two predefined shortcuts out of the box. Or if you'd prefer to customise them, open the popup and follow the link to add your own.
拡張機能の基本情報
名前 | NexTab |
ID | okknollmafgigeimghbepomindhjnabj |
公式URL | https://chromewebstore.google.com/detail/nextab/okknollmafgigeimghbepomindhjnabj |
説明 | Open new tabs to the left or right of your active tab. |
ファイルサイズ | 673 KB |
インストール数 | 113 |
現在のバージョン | 0.0.3 |
最終更新日 | 2020-06-01 |
公開日 | 2020-06-01 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | https://nextab.co |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://nextab.co |
ヘルプページのURL | https://nextab.co |
プライバシーポリシーページのURL | https://nextab.co |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NexTab", "description": "Open new tabs to the left or right of your active tab.", "version": "0.0.3", "manifest_version": 2, "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "browser_action": { "default_title": "NexTab", "default_popup": "popup\/popup.html" }, "background": { "page": "background.html" }, "commands": { "open-right": { "suggested_key": { "default": "Alt+T", "mac": "Alt+T", "windows": "Alt+T" }, "description": "Opens new tabs to the right of your current tab" }, "open-left": { "suggested_key": { "default": "Alt+Shift+T", "mac": "Alt+Shift+T", "windows": "Alt+Shift+T" }, "description": "Opens new tabs to the left of your current tab" } }, "permissions": [ "tabs" ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/analytics.js; object-src 'self'" } |