Tabs Navigator
This extension provides list of all tabs and easy navigaiton within tabs.
Tabs Navigatorとは何ですか?
Tabs Navigatorはanjali.tulsyanによって開発されたChromeの拡張機能で、その主な機能は「This extension provides list of all tabs and easy navigaiton within tabs.」です。
拡張機能のスクリーンショット
Tabs Navigator拡張機能のCRXファイルをダウンロード
Tabs Navigator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Currently, this extension enlists all tabs bifurcated by windows(to which particular window they belong). From that interface, it provides quick or one-click navigation among tabs though belonging to different to window. Along with that individual tab and individual window features.
拡張機能の基本情報
名前 | Tabs Navigator |
ID | knocogeijdfjgppaloipnpchgalcmphe |
公式URL | https://chromewebstore.google.com/detail/tabs-navigator/knocogeijdfjgppaloipnpchgalcmphe |
説明 | This extension provides list of all tabs and easy navigaiton within tabs. |
ファイルサイズ | 63.29 KB |
インストール数 | 32 |
現在のバージョン | 2.1 |
最終更新日 | 2017-09-21 |
公開日 | 2017-09-21 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | anjali.tulsyan |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tabs Navigator", "short_name": "Tabs Nav", "description": "This extension provides list of all tabs and easy navigaiton within tabs.", "version": "2.1", "browser_action": { "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs" ] } |