Link to Here

Adds a context menu to link to the nearest anchor before the selected text.

Qu'est-ce que Link to Here ?

Link to Here est une extension Chrome développée par Jeffrey Yasskin, et sa fonction principale est "Adds a context menu to link to the nearest anchor before the selected text.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Link to Here

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

                        Have you ever wanted to link to a specific place in a web page, but the page's authors forgot to tell you the right link target? This extension finds the nearest linkable place in the page before the text you've selected and links there.

This extension uses the new activeTab permission to avoid running on any page except the ones you explicitly ask it to, so it currently only supports the Chrome beta channel.

WARNING: This extension will probably do badly on pages with iframes, especially cross-origin iframes. We'll fix this eventually...                    

Informations de Base sur l'Extension

Nom Link to Here Link to Here
ID fhpigohjannbboeplbkfdkojklnjiknh
URL Officiel https://chromewebstore.google.com/detail/link-to-here/fhpigohjannbboeplbkfdkojklnjiknh
Description Adds a context menu to link to the nearest anchor before the selected text.
Taille du Fichier 4.98 KB
Nombre d'Installations 168
Version Actuelle 0.2.1
Dernière Mise à Jour 2013-02-20
Date de Publication 2013-02-19
Évaluation 5.00/5 Total 7 Évaluations
Développeur Jeffrey Yasskin
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Link to Here",
    "version": "0.2.1",
    "manifest_version": 2,
    "minimum_chrome_version": "26",
    "description": "Adds a context menu to link to the nearest anchor before the selected text.",
    "icons": {
        "16": "icon16.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "clipboardWrite",
        "contextMenus"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "eventPage.js"
        ]
    },
    "offline_enabled": true
}