Upword
Increase your vocabulary with this simple extension
什麼是Upword?
Upword是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Increase your vocabulary with this simple extension”。
擴展截圖
下載Upword擴展crx文件
下載Upword擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Upword is a Chrome Extension for Gmail that allows user to quickly replace words with their synonyms. Upword can also be configured using a hotkey (in development). 擴展基本資訊
| 名稱 | |
| ID | caccnpmojcgaglgnmbchfodecmfkcjkl |
| 官方網址 | https://chromewebstore.google.com/detail/upword/caccnpmojcgaglgnmbchfodecmfkcjkl |
| 簡介 | Increase your vocabulary with this simple extension |
| 檔案大小 | 885 KB |
| 安裝次數 | 110 |
| 目前版本 | 0.1.0.1 |
| 更新時間 | 2017-03-14 |
| 上架時間 | 2017-03-14 |
| 評分 | 5.00/5 共 1 次評分 |
| 開發者 | Unknown |
| 付費類型 | free |
| 擴展官網 | https://github.com/winstonjz/Upword |
| 說明頁面URL | https://github.com/winstonjz/Upword |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Upword",
"description": "Increase your vocabulary with this simple extension",
"version": "0.1.0.1",
"background": {
"scripts": [
".\/event\/event.js"
]
},
"browser_action": {
"default_title": "Upword",
"default_popup": "popup\/index.html"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"css": [
"content\/content.css"
],
"js": [
".\/content\/content.js"
]
}
],
"icons": {
"16": "docs\/icons\/16.png",
"48": "docs\/icons\/48.png",
"128": "docs\/icons\/128.png"
},
"permissions": [
"tabs",
"activeTab",
"*:\/\/mail.google.com\/*",
"storage",
"http:\/\/fonts.googleapis.com\/",
"https:\/\/fonts.googleapis.com\/",
"contextMenus"
]
} | |