Upword
Increase your vocabulary with this simple extension
Wat is Upword?
Upword is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Increase your vocabulary with this simple extension".
Extensie Screenshots
Download het CRX-bestand van de extensie Upword
Download Upword-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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).
Basisinformatie over de Extensie
Naam | Upword |
ID | caccnpmojcgaglgnmbchfodecmfkcjkl |
Officiële URL | https://chromewebstore.google.com/detail/upword/caccnpmojcgaglgnmbchfodecmfkcjkl |
Beschrijving | Increase your vocabulary with this simple extension |
Bestandsgrootte | 885 KB |
Aantal Installaties | 110 |
Huidige Versie | 0.1.0.1 |
Laatst Bijgewerkt | 2017-03-14 |
Publicatiedatum | 2017-03-14 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Extensiewebsite | https://github.com/winstonjz/Upword |
Help Pagina-URL | https://github.com/winstonjz/Upword |
Ondersteunde Talen | 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" ] } |