Upword
Increase your vocabulary with this simple extension
Cos'è Upword?
Upword è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Increase your vocabulary with this simple extension".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Upword
Scarica i file di estensione Upword in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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).
Informazioni di Base sull'Estensione
Nome | Upword |
ID | caccnpmojcgaglgnmbchfodecmfkcjkl |
URL Ufficiale | https://chromewebstore.google.com/detail/upword/caccnpmojcgaglgnmbchfodecmfkcjkl |
Descrizione | Increase your vocabulary with this simple extension |
Dimensione del File | 885 KB |
Conteggio Installazioni | 110 |
Versione Corrente | 0.1.0.1 |
Ultimo Aggiornamento | 2017-03-14 |
Data di Pubblicazione | 2017-03-14 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/winstonjz/Upword |
URL della Pagina di Aiuto | https://github.com/winstonjz/Upword |
Lingue Supportate | 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" ] } |