1 Star 0 Fork 3

yalghuz205/Chrome-Font-Changer

forked from Bilnap/Chrome-Font-Changer 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
manifest.json 607 Bytes
一键复制 编辑 原始数据 按行查看 历史
Bashqut 提交于 2020-12-25 17:16 . Font Changer
{
"manifest_version": 2,
"update_url": "http://www.bashqut.com/font-changer.crx",
"name": "__MSG_name__",
"description": "__MSG_description__",
"version": "1.0",
"default_locale": "en",
"icons": {
"128": "128.png",
"64": "64.png",
"48": "48.png"
},
"browser_action": {
"default_popup": "index.html",
"default_title": "__MSG_name__",
"default_icon": {
"128": "128.png",
"64": "64.png",
"48": "48.png"
}
},
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"windows",
"tabs",
"fontSettings",
"http://*/",
"https://*/",
"<all_urls>"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/abduweli205/chrome-font-changer.git
git@gitee.com:abduweli205/chrome-font-changer.git
abduweli205
chrome-font-changer
Chrome-Font-Changer
master

搜索帮助