Grab the links from Tabs

Grab the links from Tabs, and classify links.

Qu'est-ce que Grab the links from Tabs ?

Grab the links from Tabs est une extension Chrome développée par kendo, et sa fonction principale est "Grab the links from Tabs, and classify links.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Grab the links from Tabs

Téléchargez les fichiers d'extension Grab the links from Tabs au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Grab the links from Tabs, and classify links.                    

Informations de Base sur l'Extension

Nom Grab the links from Tabs Grab the links from Tabs
ID homfaipfcodjimccjlbhadfgkbndlkkg
URL Officiel https://chromewebstore.google.com/detail/grab-the-links-from-tabs/homfaipfcodjimccjlbhadfgkbndlkkg
Description Grab the links from Tabs, and classify links.
Taille du Fichier 16.55 KB
Nombre d'Installations 101
Version Actuelle 1.707
Dernière Mise à Jour 2012-08-07
Date de Publication 2012-08-07
Évaluation 4.00/5 Total 1 Évaluations
Développeur kendo
Type de Paiement free
Langues Prises en Charge 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"
    }
}