Link Scraper
Scrape all the links on a web page
Link Scraperとは何ですか?
Link ScraperはTim Finniganによって開発されたChromeの拡張機能で、その主な機能は「Scrape all the links on a web page」です。
拡張機能のスクリーンショット
Link Scraper拡張機能のCRXファイルをダウンロード
Link Scraper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Simply click the extension icon to download a JSON file of all the links on a web page. 拡張機能の基本情報
| 名前 | |
| ID | apdmmebfdjlefbomdafjgbfjipjocdof |
| 公式URL | https://chromewebstore.google.com/detail/link-scraper/apdmmebfdjlefbomdafjgbfjipjocdof |
| 説明 | Scrape all the links on a web page |
| ファイルサイズ | 11.32 KB |
| インストール数 | 1,137 |
| 現在のバージョン | 1.0.0 |
| 最終更新日 | 2021-02-22 |
| 公開日 | 2021-02-22 |
| 開発者 | Tim Finnigan |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Link Scraper",
"description": "Scrape all the links on a web page",
"version": "1.0.0",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "icon16.png"
},
"permissions": [
"activeTab"
]
} | |