View href

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

Τι είναι το View href;

Το View href είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://rajbhadra.com, και η κύρια λειτουργία του είναι "This extension shows the href of all the links on a page along with its title while hovering".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης View href

Λήψη αρχείων επέκτασης View href σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα View href View href
ID jfgnoakafnnfkgciganaegpjnnejbimk
Επίσημο URL https://chromewebstore.google.com/detail/view-href/jfgnoakafnnfkgciganaegpjnnejbimk
Περιγραφή This extension shows the href of all the links on a page along with its title while hovering
Μέγεθος Αρχείου 3.72 KB
Αριθμός Εγκαταστάσεων 84
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2014-07-07
Ημερομηνία Δημοσίευσης 2014-07-07
Προγραμματιστής https://rajbhadra.com
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
            ]
        }
    ]
}