Test the Rest!
Test the Rest.
Co je Test the Rest!?
Test the Rest! je rozšíření Chrome vyvinuté Vishal Joshi, a jeho hlavní funkcí je „Test the Rest.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Test the Rest!
Stáhněte si soubory rozšíření Test the Rest! ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Test the JSON based rest service
Základní Informace o Rozšíření
Název | Test the Rest! |
ID | hafejdjagmngcemaehbepdflkmmcmjbi |
Oficiální URL | https://chromewebstore.google.com/detail/test-the-rest/hafejdjagmngcemaehbepdflkmmcmjbi |
Popis | Test the Rest. |
Velikost souboru | 808 KB |
Počet instalací | 93 |
Aktuální Verze | 0.22.1 |
Poslední Aktualizace | 2015-12-08 |
Datum Vydání | 2015-12-07 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | Vishal Joshi |
Typ Platby | free |
Podporované Jazyky | 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'" } |