Link Extractor
An easy to use extractor for hyperlinks on any page
Co to jest Link Extractor?
Link Extractor to rozszerzenie Chrome opracowane przez ultimateblaze1, a jego główną funkcją jest „An easy to use extractor for hyperlinks on any page”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Link Extractor
Pobierz pliki rozszerzeń Link Extractor 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
Easily extract all links from any website by just pressing the Apps icon. You can also filter the result how you like.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ijknljdfdogfmhlbcfiohoaihoeegecc |
Oficjalny URL | https://chrome.google.com/webstore/detail/link-extractor/ijknljdfdogfmhlbcfiohoaihoeegecc |
Opis | An easy to use extractor for hyperlinks on any page |
Rozmiar pliku | 876 KB |
Liczba instalacji | 4,873 |
Aktualna Wersja | 0.3 |
Ostatnia Aktualizacja | 2019-04-14 |
Data Publikacji | 2019-04-14 |
Ocena | 3.83/5 Łącznie 6 Oceny |
Deweloper | ultimateblaze1 |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Link Extractor", "version": "0.3", "options_page": "html\/options.html", "incognito": "split", "description": "An easy to use extractor for hyperlinks on any page", "permissions": [ "activeTab", "storage", "clipboardWrite", "contextMenus" ], "browser_action": { "default_title": "Extract the links on this page", "default_icon": { "16": "images\/hyperlink.png", "32": "images\/hyperlink.png", "48": "images\/hyperlink.png", "128": "images\/hyperlink.png" } }, "icons": { "16": "images\/hyperlink.png", "32": "images\/hyperlink.png", "48": "images\/hyperlink.png", "128": "images\/hyperlink.png" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false } } |