Test the Rest!
Test the Rest.
Co to jest Test the Rest!?
Test the Rest! to rozszerzenie Chrome opracowane przez Vishal Joshi, a jego główną funkcją jest „Test the Rest.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Test the Rest!
Pobierz pliki rozszerzeń Test the Rest! w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Test the JSON based rest service
Podstawowe informacje o rozszerzeniu
Nazwa | Test the Rest! |
ID | hafejdjagmngcemaehbepdflkmmcmjbi |
Oficjalny URL | https://chromewebstore.google.com/detail/test-the-rest/hafejdjagmngcemaehbepdflkmmcmjbi |
Opis | Test the Rest. |
Rozmiar pliku | 808 KB |
Liczba instalacji | 93 |
Aktualna Wersja | 0.22.1 |
Ostatnia Aktualizacja | 2015-12-08 |
Data Publikacji | 2015-12-07 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | Vishal Joshi |
Typ Płatności | free |
Obsługiwane Języki | 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'" } |