Link Finder

Link Finder

Qu'est-ce que Link Finder ?

Link Finder est une extension Chrome développée par https://codingeverything.blogspot.com, et sa fonction principale est "Link Finder".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Link Finder

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

                        Find all links to named anchors within the page so you can create descriptive links to content within a page.

Simply click the ID button in your browsers action buttons.  The page will display all available fragmented links.  You can click on any link for a preview of where the page will load.  Copy the address directly from the popover or from the address bar after clicking a link.  To hide the popups, just click the icon again and you can resume work.                    

Informations de Base sur l'Extension

Nom Link Finder Link Finder
ID jnodcgnkggmnlmcgibanbaeagpjckjnd
URL Officiel https://chromewebstore.google.com/detail/link-finder/jnodcgnkggmnlmcgibanbaeagpjckjnd
Description Link Finder
Taille du Fichier 230 KB
Nombre d'Installations 590
Version Actuelle 0.3
Dernière Mise à Jour 2013-12-25
Date de Publication 2013-12-24
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://codingeverything.blogspot.com
Type de Paiement free
Site Web de l'Extension https://github.com/KyleMit/LinkFinder
URL de la Page d'Aide https://github.com/KyleMit/LinkFinder/issues
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Link Finder",
    "version": "0.3",
    "description": "Link Finder",
    "icons": {
        "16": "Icons\/Logo16.png",
        "32": "Icons\/Logo32.png",
        "48": "Icons\/Logo48.png",
        "128": "Icons\/Logo128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "Icons\/LogoSmall19.png",
            "38": "Icons\/LogoSmall38.png"
        },
        "default_title": "Link Finder"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}