Cross Domain - CORS
Cross Domain will help you to deal with cross domain - CORS problem. This is tool helpful when face with cross domain issue.
Cross Domain - CORS क्या है?
Cross Domain - CORS Mai Tan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Cross Domain will help you to deal with cross domain - CORS problem. This is tool helpful when face with cross domain issue."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Cross Domain - CORS एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Visit out website: https://devratroom.blogspot.com/p/cross-domain-cors-extension.html Cross Domain will help you to deal with cross domain - Cross-Origin Resource Sharing (CORS) problem. This is a small tool will helpful for web developer and related domain that face with cross domain issue. List of feature: - Allow cross domain - Customize Url pattern base on Javascript Regex - Allow enable, disable - Very friendly interface Under the hood: This extension allow Cross-Origin Resource Sharing (CORS) by modify header response from server and add more header to allow CORS request: Access-control-allow-origin Access-control-allow-methods Access-control-allow-headers Access-control-expose-headers This is for development purpose only.
एक्सटेंशन की मूल जानकारी
नाम | Cross Domain - CORS |
ID | mjhpgnbimicffchbodmgfnemoghjakai |
आधिकारिक URL | https://chromewebstore.google.com/detail/cross-domain-cors/mjhpgnbimicffchbodmgfnemoghjakai |
विवरण | Cross Domain will help you to deal with cross domain - CORS problem. This is tool helpful when face with cross domain issue. |
फ़ाइल का आकार | 118 KB |
स्थापना संख्या | 51,209 |
वर्तमान संस्करण | 0.2.3 |
अंतिम अपडेट | 2021-05-23 |
प्रकाशन तिथि | 2020-04-28 |
रेटिंग | 4.10/5 कुल 58 रेटिंग्स |
डेवलपर | Mai Tan |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://devratroom.blogspot.com/p/cross-domain-cors-extension.html |
सहायता पृष्ठ URL | https://devratroom.blogspot.com/p/cross-domain-cors-extension.html |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.2.3", "name": "Cross Domain - CORS", "description": "Cross Domain will help you to deal with cross domain - CORS problem. This is tool helpful when face with cross domain issue.", "icons": { "64": "icons\/enable-64.png", "128": "icons\/enable-128.png" }, "background": { "scripts": [ "background-script.js" ] }, "browser_action": { "default_icon": "icons\/enable-64.png", "default_title": "Cross Domain - CORS", "default_popup": "popup\/panel.html" }, "permissions": [ "storage", "webRequest", "webRequestBlocking", " |