Grab the links from Tabs
Grab the links from Tabs, and classify links.
什么是Grab the links from Tabs?
Grab the links from Tabs是由kendo开发的Chrome扩展程序,该扩展的主要功能是“Grab the links from Tabs, and classify links.”。
扩展截图
下载Grab the links from Tabs扩展crx文件
下载Grab the links from Tabs扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Grab the links from Tabs, and classify links.
扩展基本信息
名称 | Grab the links from Tabs |
ID | homfaipfcodjimccjlbhadfgkbndlkkg |
官方URL | https://chromewebstore.google.com/detail/grab-the-links-from-tabs/homfaipfcodjimccjlbhadfgkbndlkkg |
简介 | Grab the links from Tabs, and classify links. |
文件大小 | 16.55 KB |
安装次数 | 101 |
当前版本 | 1.707 |
更新时间 | 2012-08-07 |
上架时间 | 2012-08-07 |
评分 | 4.00/5 共1次评分 |
开发者 | kendo |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Grab the links from Tabs", "version": "1.707", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "http:\/\/*\/*" ], "web_accessible_resources": [ "new.js", "can.png" ], "browser_action": { "name": "Grab", "default_icon": "icon.jpg" } } |