NoCors
允许网页跨域的开发调试和测试工具.
Wat is NoCors?
NoCors is een Chrome-extensie ontwikkeld door chenghaoyx, en de belangrijkste functie is "允许网页跨域的开发调试和测试工具.".
Extensie Screenshots
Download het CRX-bestand van de extensie NoCors
Download NoCors-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
强制所有返回数据添加CORS返回头,避免开发中遇到的跨域问题 取消CORS访问限制,方便前端开发人员、调试应用
Basisinformatie over de Extensie
Naam | |
ID | nfakhfincbmkmomdkmknpebflpalkkcm |
Officiële URL | https://chrome.google.com/webstore/detail/nocors/nfakhfincbmkmomdkmknpebflpalkkcm |
Beschrijving | 允许网页跨域的开发调试和测试工具. |
Bestandsgrootte | 15.46 KB |
Aantal Installaties | 145 |
Huidige Versie | 1.4.1 |
Laatst Bijgewerkt | 2019-12-24 |
Publicatiedatum | 2019-12-21 |
Ontwikkelaar | chenghaoyx |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.4.1", "name": "NoCors", "manifest_version": 2, "description": "\u5141\u8bb8\u7f51\u9875\u8de8\u57df\u7684\u5f00\u53d1\u8c03\u8bd5\u548c\u6d4b\u8bd5\u5de5\u5177.", "browser_action": { "default_icon": "img\/logo.png", "default_title": "NoCors", "default_popup": "popup.html" }, "icons": { "16": "img\/logo.png", "128": "img\/logo.png" }, "background": { "page": "background.html" }, "content_scripts": [ { "matches": [ " |