View href
This extension shows the href of all the links on a page along with its title while hovering
Wat is View href?
View href is een Chrome-extensie ontwikkeld door https://rajbhadra.com, en de belangrijkste functie is "This extension shows the href of all the links on a page along with its title while hovering".
Extensie Screenshots
Download het CRX-bestand van de extensie View href
Download View href-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | jfgnoakafnnfkgciganaegpjnnejbimk |
| Officiële URL | https://chromewebstore.google.com/detail/view-href/jfgnoakafnnfkgciganaegpjnnejbimk |
| Beschrijving | This extension shows the href of all the links on a page along with its title while hovering |
| Bestandsgrootte | 3.72 KB |
| Aantal Installaties | 84 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2014-07-07 |
| Publicatiedatum | 2014-07-07 |
| Ontwikkelaar | https://rajbhadra.com |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
}
]
} | |