Upword
Increase your vocabulary with this simple extension
Co je Upword?
Upword je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „Increase your vocabulary with this simple extension“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Upword
Stáhněte si soubory rozšíření Upword ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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).
Základní Informace o Rozšíření
Název | Upword |
ID | caccnpmojcgaglgnmbchfodecmfkcjkl |
Oficiální URL | https://chromewebstore.google.com/detail/upword/caccnpmojcgaglgnmbchfodecmfkcjkl |
Popis | Increase your vocabulary with this simple extension |
Velikost souboru | 885 KB |
Počet instalací | 110 |
Aktuální Verze | 0.1.0.1 |
Poslední Aktualizace | 2017-03-14 |
Datum Vydání | 2017-03-14 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | Unknown |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/winstonjz/Upword |
URL Stránky Nápovědy | https://github.com/winstonjz/Upword |
Podporované Jazyky | 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" ] } |