Page to JSON
A Chrome extension to download a JSON file containing data structures from the current tab
Что такое Page to JSON?
Page to JSON - это расширение Chrome, разработанное assafmo, и его основная функция - "A Chrome extension to download a JSON file containing data structures from the current tab".
Снимки экрана расширения
Скачать файл CRX расширения Page to JSON
Скачайте файлы расширений Page to JSON в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
A Chrome extension to download a JSON file containing data structures from the current tab Основная информация о расширении
| Название | |
| ID | glbjlbehokkbmdfmnkbpkiidamifooci |
| Официальный URL | https://chromewebstore.google.com/detail/page-to-json/glbjlbehokkbmdfmnkbpkiidamifooci |
| Описание | A Chrome extension to download a JSON file containing data structures from the current tab |
| Размер файла | 39.1 KB |
| Количество установок | 559 |
| Текущая Версия | 0.2.2 |
| Последнее Обновление | 2016-10-11 |
| Дата публикации | 2016-10-11 |
| Рейтинг | 5.00/5 Всего 3 оценок |
| Разработчик | assafmo |
| Тип оплаты | free |
| Официальный сайт расширения | https://github.com/assafmo/chrome-page-to-json |
| URL страницы помощи | https://github.com/assafmo/chrome-page-to-json/issues |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Page to JSON",
"description": "A Chrome extension to download a JSON file containing data structures from the current tab",
"version": "0.2.2",
"icons": {
"32": "icon.png",
"128": "logo.png"
},
"browser_action": {
"default_icon": "icon.png",
"default_title": "Page to JSON"
},
"background": {
"scripts": [
"jquery-3.1.1.min.js",
"background.js"
],
"persistent": false
},
"permissions": [
" | |