Link Finder
Link Finder
Vad är Link Finder?
Link Finder är en Chrome-tillägg utvecklad av https://codingeverything.blogspot.com, och dess huvudfunktion är "Link Finder".
Tilläggsskärmbilder
Ladda ner Link Finder-förlängningens CRX-fil
Ladda ner Link Finder-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | jnodcgnkggmnlmcgibanbaeagpjckjnd |
| Officiell webbadress | https://chromewebstore.google.com/detail/link-finder/jnodcgnkggmnlmcgibanbaeagpjckjnd |
| Beskrivning | Link Finder |
| Filstorlek | 230 KB |
| Antal Installationer | 590 |
| Aktuell Version | 0.3 |
| Senast Uppdaterad | 2013-12-25 |
| Publiceringsdatum | 2013-12-24 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | https://codingeverything.blogspot.com |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/KyleMit/LinkFinder |
| Hjälpsida URL | https://github.com/KyleMit/LinkFinder/issues |
| Stödda Språk | 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
}
} | |