Upword
Increase your vocabulary with this simple extension
Vad är Upword?
Upword är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Increase your vocabulary with this simple extension".
Tilläggsskärmbilder
Ladda ner Upword-förlängningens CRX-fil
Ladda ner Upword-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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). Grundläggande Information om Tillägg
| Namn | |
| ID | caccnpmojcgaglgnmbchfodecmfkcjkl |
| Officiell webbadress | https://chromewebstore.google.com/detail/upword/caccnpmojcgaglgnmbchfodecmfkcjkl |
| Beskrivning | Increase your vocabulary with this simple extension |
| Filstorlek | 885 KB |
| Antal Installationer | 110 |
| Aktuell Version | 0.1.0.1 |
| Senast Uppdaterad | 2017-03-14 |
| Publiceringsdatum | 2017-03-14 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | Unknown |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/winstonjz/Upword |
| Hjälpsida URL | https://github.com/winstonjz/Upword |
| Stödda Språk | 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"
]
} | |