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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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 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
عنوان صفحة المساعدة 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"
    ]
}