Tangent TESS

Tangent TESS Helper

ما هو Tangent TESS؟

Tangent TESS هو إضافة Chrome تم تطويرها بواسطة https://tangent.rocks، والميزة الرئيسية لها هي "Tangent TESS Helper".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Tangent TESS

قم بتنزيل ملفات الامتداد Tangent TESS بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        This extension overlays the United States Patent and Trademark Office website. It simplifies the process of checking whether a word or phrase is a live trademark in categories that are important to ‘print on demand’ creators.  The user enters the word or phrase they would like to check and the extension autofills the appropriate fields on USPTO’s TESS Search System so you can quickly and easily search for live trademarks in the class categories 025 (Clothing), 009 (Electronics) and 016 (Books).                    

معلومات أساسية عن التمديد

الاسم Tangent TESS Tangent TESS
ID bpffpimmpcohabnlfnmnidhengehjpmc
عنوان URL الرسمي https://chromewebstore.google.com/detail/tangent-tess/bpffpimmpcohabnlfnmnidhengehjpmc
الوصف Tangent TESS Helper
حجم الملف 64.96 KB
عدد التثبيتات 8,402
النسخة الحالية 0.1.51
آخر تحديث 2019-02-23
تاريخ النشر 2019-02-23
تقييم 4.23/5 مجموع تقييمات 13
المطور https://tangent.rocks
البريد الإلكتروني [email protected]
نوع الدفع in_app
موقع الإضافة http://tangent.rocks/
عنوان صفحة سياسة الخصوصية https://tangent.rocks/terms-and-conditions
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.1.51",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "web_accessible_resources": [
        "images\/*.svg",
        "images\/*.png"
    ],
    "default_locale": "en",
    "background": {
        "persistent": true,
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "css": [
                "styles\/main.css"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "matches": [
                "*:\/\/tmsearch.uspto.gov\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "contextMenus"
    ]
}