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 - это расширение Chrome, разработанное Tab Manager Plus, и его основная функция - "Export all links and image links from the current page to Excel or JSON format.".
Снимки экрана расширения
Скачать файл CRX расширения Copy all links and image links to CSV or JSON
Скачайте файлы расширений 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 |
Электронная почта | [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" } } |