RESTED APS
A REST client for the rest of us, with APS features
Was ist RESTED APS?
RESTED APS ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "A REST client for the rest of us, with APS features".
Erweiterungsscreenshots
RESTED APS-Erweiterungs-CRX-Datei herunterladen
Laden Sie RESTED APS-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
A fork of RESTED (https://github.com/RESTEDClient/RESTED) extension with APS features. More about APS: https://doc.apsstandard.org/ Use the links below to submit issues.
Grundlegende Informationen zur Erweiterung
Name | RESTED APS |
ID | omkndfeccmeplaimlpaefimnimmniccl |
Offizielle URL | https://chromewebstore.google.com/detail/rested-aps/omkndfeccmeplaimlpaefimnimmniccl |
Beschreibung | A REST client for the rest of us, with APS features |
Dateigröße | 1.25 MB |
Installationsanzahl | 339 |
Aktuelle Version | 0.0.9 |
Letztes Update | 2018-06-01 |
Veröffentlichungsdatum | 2018-06-01 |
Bewertung | 3.00/5 Insgesamt 3 Bewertungen |
Entwickler | Unknown |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/odin-public/RESTED-APS/releases/tag/0.0.9 |
Hilfeseite URL | https://github.com/odin-public/RESTED-APS/issues |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "RESTED APS", "version": "0.0.9", "description": "A REST client for the rest of us, with APS features", "homepage_url": "https:\/\/github.com\/odin-public\/RESTED-APS", "manifest_version": 2, "minimum_chrome_version": "60.0", "icons": { "16": "dist\/img\/favicon\/favicon-16x16.png", "32": "dist\/img\/favicon\/favicon-32x32.png", "64": "dist\/img\/favicon\/favicon-64x64.png", "96": "dist\/img\/favicon\/favicon-96x96.png", "128": "dist\/img\/favicon\/favicon-128x128.png" }, "browser_action": { "default_title": "Open RESTED APS tab", "default_icon": { "16": "dist\/img\/favicon\/favicon-16x16.png", "32": "dist\/img\/favicon\/favicon-32x32.png", "64": "dist\/img\/favicon\/favicon-64x64.png", "96": "dist\/img\/favicon\/favicon-96x96.png", "128": "dist\/img\/favicon\/favicon-128x128.png" } }, "background": { "scripts": [ "dist\/background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "match_about_blank": false, "all_frames": true, "js": [ "dist\/content.js" ], "run_at": "document_idle" } ], "permissions": [ " |