RESTED APS
A REST client for the rest of us, with APS features
RESTED APS क्या है?
RESTED APS Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A REST client for the rest of us, with APS features"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में RESTED APS एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | RESTED APS |
ID | omkndfeccmeplaimlpaefimnimmniccl |
आधिकारिक URL | https://chromewebstore.google.com/detail/rested-aps/omkndfeccmeplaimlpaefimnimmniccl |
विवरण | A REST client for the rest of us, with APS features |
फ़ाइल का आकार | 1.25 MB |
स्थापना संख्या | 339 |
वर्तमान संस्करण | 0.0.9 |
अंतिम अपडेट | 2018-06-01 |
प्रकाशन तिथि | 2018-06-01 |
रेटिंग | 3.00/5 कुल 3 रेटिंग्स |
डेवलपर | Unknown |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/odin-public/RESTED-APS/releases/tag/0.0.9 |
सहायता पृष्ठ URL | https://github.com/odin-public/RESTED-APS/issues |
समर्थित भाषाएँ | 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": [ " |