Upword
Increase your vocabulary with this simple extension
Τι είναι το Upword;
Το Upword είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Unknown, και η κύρια λειτουργία του είναι "Increase your vocabulary with this simple extension".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Upword
Λήψη αρχείων επέκτασης Upword σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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).
Βασικές Πληροφορίες Επέκτασης
Όνομα | Upword |
ID | caccnpmojcgaglgnmbchfodecmfkcjkl |
Επίσημο URL | https://chromewebstore.google.com/detail/upword/caccnpmojcgaglgnmbchfodecmfkcjkl |
Περιγραφή | Increase your vocabulary with this simple extension |
Μέγεθος Αρχείου | 885 KB |
Αριθμός Εγκαταστάσεων | 110 |
Τρέχουσα Έκδοση | 0.1.0.1 |
Τελευταία Ενημέρωση | 2017-03-14 |
Ημερομηνία Δημοσίευσης | 2017-03-14 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | Unknown |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/winstonjz/Upword |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/winstonjz/Upword |
Υποστηριζόμενες Γλώσσες | 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" ] } |