Multilink
open all links in tabs
Qu'est-ce que Multilink ?
Multilink est une extension Chrome développée par Nikhil & Suraj, et sa fonction principale est "open all links in tabs".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Multilink
Téléchargez les fichiers d'extension Multilink 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
This application is for those people who are lazy to open multiple links one at a time. All you have to do is paste all the links in the text box and press open. all the links will be opend at a time. Hope you find it usefull
Informations de Base sur l'Extension
Nom | |
ID | hakpaefefpemiaahboigpjchbmgkejaj |
URL Officiel | https://chrome.google.com/webstore/detail/multilink/hakpaefefpemiaahboigpjchbmgkejaj |
Description | open all links in tabs |
Taille du Fichier | 281 KB |
Nombre d'Installations | 6,114 |
Version Actuelle | 4.1 |
Dernière Mise à Jour | 2014-04-28 |
Date de Publication | 2014-04-28 |
Évaluation | 3.97/5 Total 35 Évaluations |
Développeur | Nikhil & Suraj |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "browser_action": { "default_icon": "i.png", "default_title": "Multilink", "default_popup": "popup.html" }, "description": "open all links in tabs", "icons": { "128": "i.png", "16": "i.png", "48": "i.png" }, "manifest_version": 2, "name": "Multilink", "permissions": [ "tabs" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "4.1" } |