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 |
电子邮箱 | [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" ] } |