Apiary Browser Extension
Apiary Browser Extension
Apiary Browser Extension क्या है?
Apiary Browser Extension https://apiary.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Apiary Browser Extension"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Apiary Browser Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This is an Apiary Console request calling extension. It’s using the browser’s capabilities to talk to the target server, but it does not suffer from all the CORS limitations. More details are available on its Apiary Help site at https://help.apiary.io/tools/interactive-documentation/#console
एक्सटेंशन की मूल जानकारी
नाम | Apiary Browser Extension |
ID | cboekbiaoabkhgjdclenjpipclabkdga |
आधिकारिक URL | https://chromewebstore.google.com/detail/apiary-browser-extension/cboekbiaoabkhgjdclenjpipclabkdga |
विवरण | Apiary Browser Extension |
फ़ाइल का आकार | 78.19 KB |
स्थापना संख्या | 7,509 |
वर्तमान संस्करण | 2.0.0 |
अंतिम अपडेट | 2019-05-25 |
प्रकाशन तिथि | 2019-05-25 |
डेवलपर | https://apiary.io |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://apiary.io |
सहायता पृष्ठ URL | https://help.apiary.io |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Apiary Browser Extension", "short_name": "Apiary", "description": "Apiary Browser Extension", "version": "2.0.0", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "page_action": { "default_popup": "popup.html" }, "externally_connectable": { "matches": [ "*:\/\/localhost:*\/*", "*:\/\/*.apiary.test:*\/*", "*:\/\/*.apiary.io\/*", "*:\/\/*.apiary-staging.in\/*", "*:\/\/*.apicurious.com\/*" ] }, "background": { "scripts": [ "build\/extension.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/localhost\/*", "*:\/\/*.apiary.io\/*", "*:\/\/*.apiary-staging.in\/*", "*:\/\/*.apicurious.com\/*" ], "js": [ "build\/detect.js" ] } ], "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ "icon16.png" ] } |