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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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/
URL หน้านโยบายความเป็นส่วนตัว 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"
    ]
}