Linkout

Select several links at once for opening in tabs

Qu'est-ce que Linkout ?

Linkout est une extension Chrome développée par Jonathan Webb, et sa fonction principale est "Select several links at once for opening in tabs".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Linkout

Téléchargez les fichiers d'extension Linkout 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

                        Linkout will let you automatically open multiple links on a page as new Chrome tabs. Click the icon, and select the links you want to open. You can filter the list with a search string.                    

Informations de Base sur l'Extension

Nom Linkout Linkout
ID chbbpcapjfcgnpinhblfdeenkpmccmbf
URL Officiel https://chromewebstore.google.com/detail/linkout/chbbpcapjfcgnpinhblfdeenkpmccmbf
Description Select several links at once for opening in tabs
Taille du Fichier 7.1 KB
Nombre d'Installations 146
Version Actuelle 1.0
Dernière Mise à Jour 2012-12-03
Date de Publication 2012-12-02
Évaluation 4.67/5 Total 3 Évaluations
Développeur Jonathan Webb
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Linkout",
    "version": "1.0",
    "manifest_version": 2,
    "minimum_chrome_version": "16.0.884",
    "description": "Select several links at once for opening in tabs",
    "browser_action": {
        "default_title": "Open links on this page",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        ""
    ]
}