FindAllLinks
Find paths in the html/js
FindAllLinksとは何ですか?
FindAllLinksはSicariusによって開発されたChromeの拡張機能で、その主な機能は「Find paths in the html/js」です。
拡張機能のスクリーンショット
FindAllLinks拡張機能のCRXファイルをダウンロード
FindAllLinks拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This tool helps you find URLS and API endpoints embeded in js files and html content. 拡張機能の基本情報
| 名前 | |
| ID | ecakpoecmehpjhpgfndlkhahedcembki |
| 公式URL | https://chromewebstore.google.com/detail/findalllinks/ecakpoecmehpjhpgfndlkhahedcembki |
| 説明 | Find paths in the html/js |
| ファイルサイズ | 318 KB |
| インストール数 | 99 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2022-05-19 |
| 公開日 | 2022-01-13 |
| 開発者 | Sicarius |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/ElSicarius/linktrouvereur |
| ヘルプページのURL | https://github.com/ElSicarius/linktrouvereur |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"browser_action": {
"default_popup": "popup\/index.html",
"default_icon": {
"16": "images\/icon_16.png",
"32": "images\/icon_32.png",
"48": "images\/icon_48.png",
"128": "images\/icon_128.png"
}
},
"icons": {
"128": "images\/icon_128.png",
"16": "images\/icon_16.png",
"48": "images\/icon_48.png"
},
"description": "Find paths in the html\/js",
"background": {
"scripts": [
"background\/background.js"
]
},
"manifest_version": 2,
"name": "FindAllLinks",
"permissions": [
"storage",
"activeTab",
"clipboardWrite"
],
"version": "1.0",
"author": "Sicarius"
} | |