【发布时间】:2013-05-15 13:29:07
【问题描述】:
我们能否在浏览器(或至少是 Chrome 浏览器)的路径、文件 URI 方案中使用环境变量,例如 %userprofile% 或 %appdata%?
类似
file:///%userprofile%/Documents/someFile.html
我正在编写一个 Chrome 扩展程序来分析 Chrome 首选项 JSON 文件,以检测可疑的恶意软件活动。
谢谢
【问题讨论】:
-
不知道,你试过了吗?
-
是的,我试过了。而且我尝试了很多替代方案,但都没有成功。
标签: windows google-chrome browser google-chrome-extension uri