Link Extractor
An easy to use extractor for hyperlinks on any page
Qu'est-ce que Link Extractor ?
Link Extractor est une extension Chrome développée par ultimateblaze1, et sa fonction principale est "An easy to use extractor for hyperlinks on any page".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Link Extractor
Téléchargez les fichiers d'extension Link Extractor 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
Easily extract all links from any website by just pressing the Apps icon. You can also filter the result how you like.
Informations de Base sur l'Extension
Nom | |
ID | ijknljdfdogfmhlbcfiohoaihoeegecc |
URL Officiel | https://chrome.google.com/webstore/detail/link-extractor/ijknljdfdogfmhlbcfiohoaihoeegecc |
Description | An easy to use extractor for hyperlinks on any page |
Taille du Fichier | 876 KB |
Nombre d'Installations | 4,873 |
Version Actuelle | 0.3 |
Dernière Mise à Jour | 2019-04-14 |
Date de Publication | 2019-04-14 |
Évaluation | 3.83/5 Total 6 Évaluations |
Développeur | ultimateblaze1 |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Link Extractor", "version": "0.3", "options_page": "html\/options.html", "incognito": "split", "description": "An easy to use extractor for hyperlinks on any page", "permissions": [ "activeTab", "storage", "clipboardWrite", "contextMenus" ], "browser_action": { "default_title": "Extract the links on this page", "default_icon": { "16": "images\/hyperlink.png", "32": "images\/hyperlink.png", "48": "images\/hyperlink.png", "128": "images\/hyperlink.png" } }, "icons": { "16": "images\/hyperlink.png", "32": "images\/hyperlink.png", "48": "images\/hyperlink.png", "128": "images\/hyperlink.png" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false } } |