Link Finder
Link Finder
Was ist Link Finder?
Link Finder ist eine Chrome-Erweiterung, die von https://codingeverything.blogspot.com entwickelt wurde, und ihr Hauptmerkmal ist "Link Finder".
Erweiterungsscreenshots
Link Finder-Erweiterungs-CRX-Datei herunterladen
Laden Sie Link Finder-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Find all links to named anchors within the page so you can create descriptive links to content within a page.
Simply click the ID button in your browsers action buttons. The page will display all available fragmented links. You can click on any link for a preview of where the page will load. Copy the address directly from the popover or from the address bar after clicking a link. To hide the popups, just click the icon again and you can resume work. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | jnodcgnkggmnlmcgibanbaeagpjckjnd |
| Offizielle URL | https://chromewebstore.google.com/detail/link-finder/jnodcgnkggmnlmcgibanbaeagpjckjnd |
| Beschreibung | Link Finder |
| Dateigröße | 230 KB |
| Installationsanzahl | 590 |
| Aktuelle Version | 0.3 |
| Letztes Update | 2013-12-25 |
| Veröffentlichungsdatum | 2013-12-24 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | https://codingeverything.blogspot.com |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/KyleMit/LinkFinder |
| Hilfeseite URL | https://github.com/KyleMit/LinkFinder/issues |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Link Finder",
"version": "0.3",
"description": "Link Finder",
"icons": {
"16": "Icons\/Logo16.png",
"32": "Icons\/Logo32.png",
"48": "Icons\/Logo48.png",
"128": "Icons\/Logo128.png"
},
"browser_action": {
"default_icon": {
"19": "Icons\/LogoSmall19.png",
"38": "Icons\/LogoSmall38.png"
},
"default_title": "Link Finder"
},
"permissions": [
"activeTab"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
}
} | |