Link Finder
Link Finder
Co to jest Link Finder?
Link Finder to rozszerzenie Chrome opracowane przez https://codingeverything.blogspot.com, a jego główną funkcją jest „Link Finder”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Link Finder
Pobierz pliki rozszerzeń Link Finder w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Link Finder |
ID | jnodcgnkggmnlmcgibanbaeagpjckjnd |
Oficjalny URL | https://chromewebstore.google.com/detail/link-finder/jnodcgnkggmnlmcgibanbaeagpjckjnd |
Opis | Link Finder |
Rozmiar pliku | 230 KB |
Liczba instalacji | 590 |
Aktualna Wersja | 0.3 |
Ostatnia Aktualizacja | 2013-12-25 |
Data Publikacji | 2013-12-24 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | https://codingeverything.blogspot.com |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/KyleMit/LinkFinder |
Adres URL Strony Pomocy | https://github.com/KyleMit/LinkFinder/issues |
Obsługiwane Języki | 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 } } |