Chrome扩展程序模式中的匹配端口

Kev*_*rke 15 google-chrome-extension

阅读此Chrome匹配模式列表:http://code.google.com/chrome/extensions/match_patterns.html

如何为依赖端口的URL指定匹配?喜欢

http://localhost:8080
http://kevinburke.com:5000/index.php
Run Code Online (Sandbox Code Playgroud)

例如.

谢谢,凯文

Sil*_*ian 22

您可以访问所有端口.

"http://localhost/*", "http://kevinburke.com/*"
Run Code Online (Sandbox Code Playgroud)