Test the Rest!
Test the Rest.
Hvad er Test the Rest!?
Test the Rest! er en Chrome-udvidelse udviklet af Vishal Joshi, og dens hovedfunktion er "Test the Rest.".
Udvidelsesskærmbilleder
Download Test the Rest!-udvidelses-CRX-fil
Download Test the Rest!-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Test the JSON based rest service Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | hafejdjagmngcemaehbepdflkmmcmjbi |
| Officiel URL | https://chromewebstore.google.com/detail/test-the-rest/hafejdjagmngcemaehbepdflkmmcmjbi |
| Beskrivelse | Test the Rest. |
| Filstørrelse | 808 KB |
| Antal Installationer | 93 |
| Nuværende Version | 0.22.1 |
| Senest Opdateret | 2015-12-08 |
| Udgivelsesdato | 2015-12-07 |
| Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
| Udvikler | Vishal Joshi |
| Betalingsmetode | free |
| Understøttede Sprog | 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'"
} | |