Upword
Increase your vocabulary with this simple extension
Upword là gì?
Upword là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Increase your vocabulary with this simple extension".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Upword
Tải xuống các tệp mở rộng Upword dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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).
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Upword |
ID | caccnpmojcgaglgnmbchfodecmfkcjkl |
URL Chính Thức | https://chromewebstore.google.com/detail/upword/caccnpmojcgaglgnmbchfodecmfkcjkl |
Mô tả | Increase your vocabulary with this simple extension |
Kích Thước Tệp | 885 KB |
Số Lần Cài Đặt | 110 |
Phiên Bản Hiện Tại | 0.1.0.1 |
Cập Nhật Lần Cuối | 2017-03-14 |
Ngày Phát Hành | 2017-03-14 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Unknown |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/winstonjz/Upword |
URL Trang Trợ Giúp | https://github.com/winstonjz/Upword |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |