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 |
| 官方網址 | 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"
}
} | |