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 |
官方網址 | 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 |
電子郵箱 | [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" ] } |