Grab the links from Tabs
Grab the links from Tabs, and classify links.
What is Grab the links from Tabs?
Grab the links from Tabs is a Chrome extension developed by kendo, and its main feature is "Grab the links from Tabs, and classify links.".
Extension Screenshots
Download Grab the links from Tabs Extension CRX File
Download Grab the links from Tabs extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Grab the links from Tabs, and classify links.
Extension Basic Information
Name | Grab the links from Tabs |
ID | homfaipfcodjimccjlbhadfgkbndlkkg |
Official URL | https://chromewebstore.google.com/detail/grab-the-links-from-tabs/homfaipfcodjimccjlbhadfgkbndlkkg |
Description | Grab the links from Tabs, and classify links. |
File Size | 16.55 KB |
Installation Count | 101 |
Current Version | 1.707 |
Last Updated | 2012-08-07 |
Publish Date | 2012-08-07 |
Rating | 4.00/5 Total 1 Ratings |
Developer | kendo |
Payment Type | free |
Supported Languages | 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" } } |