View href

This extension shows the href of all the links on a page along with its title while hovering

Qu'est-ce que View href ?

View href est une extension Chrome développée par https://rajbhadra.com, et sa fonction principale est "This extension shows the href of all the links on a page along with its title while hovering".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension View href

Téléchargez les fichiers d'extension View href 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 extension helps the user to quickly view the href of a link without looking elsewhere by appending the href of the link to the title of the link. Thus the title and the href both can be viewed by a single glance. If the size of the href is greater than 50 characters, then it truncates the string upto 50 characters.                    

Informations de Base sur l'Extension

Nom View href View href
ID jfgnoakafnnfkgciganaegpjnnejbimk
URL Officiel https://chromewebstore.google.com/detail/view-href/jfgnoakafnnfkgciganaegpjnnejbimk
Description This extension shows the href of all the links on a page along with its title while hovering
Taille du Fichier 3.72 KB
Nombre d'Installations 84
Version Actuelle 1.0
Dernière Mise à Jour 2014-07-07
Date de Publication 2014-07-07
Développeur https://rajbhadra.com
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "View href",
    "short_name": "see href",
    "description": "This extension shows the href of all the links on a page along with its title while hovering",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contentscript.js"
            ]
        }
    ]
}