Test the Rest!
Test the Rest.
Wat is Test the Rest!?
Test the Rest! is een Chrome-extensie ontwikkeld door Vishal Joshi, en de belangrijkste functie is "Test the Rest.".
Extensie Screenshots
Download het CRX-bestand van de extensie Test the Rest!
Download Test the Rest!-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Test the JSON based rest service
Basisinformatie over de Extensie
Naam | Test the Rest! |
ID | hafejdjagmngcemaehbepdflkmmcmjbi |
Officiële URL | https://chromewebstore.google.com/detail/test-the-rest/hafejdjagmngcemaehbepdflkmmcmjbi |
Beschrijving | Test the Rest. |
Bestandsgrootte | 808 KB |
Aantal Installaties | 93 |
Huidige Versie | 0.22.1 |
Laatst Bijgewerkt | 2015-12-08 |
Publicatiedatum | 2015-12-07 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Vishal Joshi |
Betalingswijze | free |
Ondersteunde Talen | 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'" } |