View href

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

什么是View href?

View href是由https://rajbhadra.com开发的Chrome扩展程序,该扩展的主要功能是“This extension shows the href of all the links on a page along with its title while hovering”。

扩展截图

screenshot

下载View href扩展crx文件

下载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"
            ]
        }
    ]
}