Link Finder
Link Finder
What is Link Finder?
Link Finder is a Chrome extension developed by https://codingeverything.blogspot.com, and its main feature is "Link Finder".
Extension Screenshots
Download Link Finder Extension CRX File
Download Link Finder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Link Finder |
ID | jnodcgnkggmnlmcgibanbaeagpjckjnd |
Official URL | https://chromewebstore.google.com/detail/link-finder/jnodcgnkggmnlmcgibanbaeagpjckjnd |
Description | Link Finder |
File Size | 230 KB |
Installation Count | 590 |
Current Version | 0.3 |
Last Updated | 2013-12-25 |
Publish Date | 2013-12-24 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://codingeverything.blogspot.com |
Payment Type | free |
Extension Website | https://github.com/KyleMit/LinkFinder |
Help Page URL | https://github.com/KyleMit/LinkFinder/issues |
Supported Languages | 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 } } |