Test the Rest!
Test the Rest.
Что такое Test the Rest!?
Test the Rest! - это расширение Chrome, разработанное Vishal Joshi, и его основная функция - "Test the Rest.".
Снимки экрана расширения
Скачать файл CRX расширения Test the Rest!
Скачайте файлы расширений Test the Rest! в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Test the JSON based rest service
Основная информация о расширении
Название | Test the Rest! |
ID | hafejdjagmngcemaehbepdflkmmcmjbi |
Официальный URL | https://chromewebstore.google.com/detail/test-the-rest/hafejdjagmngcemaehbepdflkmmcmjbi |
Описание | Test the Rest. |
Размер файла | 808 KB |
Количество установок | 93 |
Текущая Версия | 0.22.1 |
Последнее Обновление | 2015-12-08 |
Дата публикации | 2015-12-07 |
Рейтинг | 5.00/5 Всего 2 оценок |
Разработчик | Vishal Joshi |
Тип оплаты | free |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Test the Rest!", "description": "Test the Rest.", "version": "0.22.1", "author": "Vishal Joshi", "manifest_version": 2, "browser_action": { "default_icon": "testTheRest_128_128.png", "default_popup": "popup.html", "default_title": "Test the Rest." }, "icons": { "16": "testTheRest-16_16.png", "48": "testTheRest-48_48.png", "128": "testTheRest_128_128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "activeTab", "webRequest", "webRequestBlocking", "http:\/\/*\/", "storage" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |