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.
Hvad er Cross Domain - CORS?
Cross Domain - CORS er en Chrome-udvidelse udviklet af Mai Tan, og dens hovedfunktion er "Cross Domain will help you to deal with cross domain - CORS problem. This is tool helpful when face with cross domain issue.".
Udvidelsesskærmbilleder
Download Cross Domain - CORS-udvidelses-CRX-fil
Download Cross Domain - CORS-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
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.
Grundlæggende oplysninger om udvidelsen
Navn | Cross Domain - CORS |
ID | mjhpgnbimicffchbodmgfnemoghjakai |
Officiel URL | https://chromewebstore.google.com/detail/cross-domain-cors/mjhpgnbimicffchbodmgfnemoghjakai |
Beskrivelse | Cross Domain will help you to deal with cross domain - CORS problem. This is tool helpful when face with cross domain issue. |
Filstørrelse | 118 KB |
Antal Installationer | 51,209 |
Nuværende Version | 0.2.3 |
Senest Opdateret | 2021-05-23 |
Udgivelsesdato | 2020-04-28 |
Bedømmelse | 4.10/5 Samlet 58 Bedømmelser |
Udvikler | Mai Tan |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://devratroom.blogspot.com/p/cross-domain-cors-extension.html |
Hjælpeside-URL | https://devratroom.blogspot.com/p/cross-domain-cors-extension.html |
Understøttede Sprog | 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", " |