Grab the links from Tabs
Grab the links from Tabs, and classify links.
Wat is Grab the links from Tabs?
Grab the links from Tabs is een Chrome-extensie ontwikkeld door kendo, en de belangrijkste functie is "Grab the links from Tabs, and classify links.".
Extensie Screenshots
Download het CRX-bestand van de extensie Grab the links from Tabs
Download Grab the links from Tabs-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Grab the links from Tabs, and classify links.
Basisinformatie over de Extensie
Naam | Grab the links from Tabs |
ID | homfaipfcodjimccjlbhadfgkbndlkkg |
Officiële URL | https://chromewebstore.google.com/detail/grab-the-links-from-tabs/homfaipfcodjimccjlbhadfgkbndlkkg |
Beschrijving | Grab the links from Tabs, and classify links. |
Bestandsgrootte | 16.55 KB |
Aantal Installaties | 101 |
Huidige Versie | 1.707 |
Laatst Bijgewerkt | 2012-08-07 |
Publicatiedatum | 2012-08-07 |
Beoordeling | 4.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | kendo |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |