amazon-font
overrides the amazon font with Amazon Ember
什么是amazon-font?
amazon-font是由christopherjeoff开发的Chrome扩展程序,该扩展的主要功能是“overrides the amazon font with Amazon Ember”。
扩展截图
下载amazon-font扩展crx文件
下载amazon-font扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
chrome extension to go back to amazon's Ember font 扩展基本信息
| 名称 | |
| ID | gbjepgnhglanglodmglmchldnbdmklep |
| 官方URL | https://chromewebstore.google.com/detail/amazon-font/gbjepgnhglanglodmglmchldnbdmklep |
| 简介 | overrides the amazon font with Amazon Ember |
| 文件大小 | 18.05 KB |
| 安装次数 | 23 |
| 当前版本 | 0.1 |
| 更新时间 | 2018-06-24 |
| 上架时间 | 2018-06-24 |
| 评分 | 1.00/5 共1次评分 |
| 开发者 | christopherjeoff |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/heyitsjeoff/amazon-font |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "amazon-font",
"description": "overrides the amazon font with Amazon Ember",
"version": "0.1",
"content_scripts": [
{
"matches": [
"https:\/\/www.amazon.com\/*",
"https:\/\/amazon.com\/*"
],
"run_at": "document_start",
"js": [
"content.js"
]
}
],
"icons": {
"16": "amazon-font-logo-16.png",
"48": "amazon-font-logo-48.png",
"128": "amazon-font-logo-128.png"
}
} | |