Upword
Increase your vocabulary with this simple extension
Apa itu Upword?
Upword adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Increase your vocabulary with this simple extension".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Upword
Unduh file ekstensi Upword dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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).
Informasi Dasar Ekstensi
Nama | Upword |
ID | caccnpmojcgaglgnmbchfodecmfkcjkl |
URL Resmi | https://chromewebstore.google.com/detail/upword/caccnpmojcgaglgnmbchfodecmfkcjkl |
Deskripsi | Increase your vocabulary with this simple extension |
Ukuran File | 885 KB |
Jumlah Instalasi | 110 |
Versi Saat Ini | 0.1.0.1 |
Terakhir Diperbarui | 2017-03-14 |
Tanggal Publikasi | 2017-03-14 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Unknown |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/winstonjz/Upword |
URL Halaman Bantuan | https://github.com/winstonjz/Upword |
Bahasa yang Didukung | 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" ] } |