Font Size
Font Size & Zoom
什麼是Font Size?
Font Size是由Kunihiro Ando開發的Chrome擴展程式,該擴展的主要功能是“Font Size & Zoom”。
擴展截圖
下載Font Size擴展crx文件
下載Font Size擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
| 名稱 | |
| ID | hljghmclpohmbfjphfcjbhbacbdfglpl |
| 官方網址 | https://chromewebstore.google.com/detail/font-size/hljghmclpohmbfjphfcjbhbacbdfglpl |
| 簡介 | Font Size & Zoom |
| 檔案大小 | 19.07 KB |
| 安裝次數 | 484 |
| 目前版本 | 1.0 |
| 更新時間 | 2015-07-20 |
| 上架時間 | 2015-07-20 |
| 評分 | 3.91/5 共 11 次評分 |
| 開發者 | Kunihiro Ando |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Font Size",
"description": "Font Size & Zoom",
"background": {
"scripts": [
"js\/background.js"
],
"persistent": true
},
"browser_action": {
"default_icon": "img\/icon19.png",
"default_title": "Font Size",
"default_popup": "search.html"
},
"icons": {
"16": "img\/icon16.png",
"32": "img\/icon32.png",
"48": "img\/icon48.png",
"128": "img\/icon128.png"
},
"permissions": [
"tabs",
"unlimitedStorage",
"fontSettings"
],
"version": "1.0"
} | |