Copy all links and image links to CSV or JSON
Export all links and image links from the current page to Excel or JSON format.
Copy all links and image links to CSV or JSONとは何ですか?
Copy all links and image links to CSV or JSONはTab Manager Plusによって開発されたChromeの拡張機能で、その主な機能は「Export all links and image links from the current page to Excel or JSON format.」です。
拡張機能のスクリーンショット
Copy all links and image links to CSV or JSON拡張機能のCRXファイルをダウンロード
Copy all links and image links to CSV or JSON拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
If you want to save all links on a website quickly, then this extension is right for you. You can also save all links to images. Save both conveniently to CSV or JSON. CSV files are good for working on these link sheets in Excel. JSON files are great for programmatic loading - one of the widely used data formats used by developers. Please enjoy this free extension!
拡張機能の基本情報
名前 | Copy all links and image links to CSV or JSON |
ID | ccddopnnikeeoogpfbnfommfoeliaidg |
公式URL | https://chromewebstore.google.com/detail/copy-all-links-and-image/ccddopnnikeeoogpfbnfommfoeliaidg |
説明 | Export all links and image links from the current page to Excel or JSON format. |
ファイルサイズ | 168 KB |
インストール数 | 3,900 |
現在のバージョン | 1 |
最終更新日 | 2018-05-10 |
公開日 | 2018-05-09 |
評価 | 4.23/5 合計 13 レビュー |
開発者 | Tab Manager Plus |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://github.com/stefanXO/Tab-Manager-Plus/blob/master/PRIVACY.md |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Copy all links and image links to CSV or JSON", "short_name": "Copy Links to CSV\/JSON", "version": "1", "manifest_version": 2, "description": "Export all links and image links from the current page to Excel or JSON format.", "author": "stefanXO", "icons": { "512": "images\/sort.png" }, "permissions": [ "activeTab", "downloads" ], "browser_action": { "default_icon": { "512": "images\/sort.png" }, "default_popup": "popup.html" } } |