Link Extractor
An easy to use extractor for hyperlinks on any page
Link Extractorとは何ですか?
Link Extractorはultimateblaze1によって開発されたChromeの拡張機能で、その主な機能は「An easy to use extractor for hyperlinks on any page」です。
拡張機能のスクリーンショット
Link Extractor拡張機能のCRXファイルをダウンロード
Link Extractor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Easily extract all links from any website by just pressing the Apps icon. You can also filter the result how you like.
拡張機能の基本情報
名前 | |
ID | ijknljdfdogfmhlbcfiohoaihoeegecc |
公式URL | https://chrome.google.com/webstore/detail/link-extractor/ijknljdfdogfmhlbcfiohoaihoeegecc |
説明 | An easy to use extractor for hyperlinks on any page |
ファイルサイズ | 876 KB |
インストール数 | 4,873 |
現在のバージョン | 0.3 |
最終更新日 | 2019-04-14 |
公開日 | 2019-04-14 |
評価 | 3.83/5 合計 6 レビュー |
開発者 | ultimateblaze1 |
支払い方法 | free |
対応言語 | 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 } } |