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」です。
拡張機能のスクリーンショット
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. 拡張機能の基本情報
| 名前 | |
| 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"
]
}
]
} | |