Tangent TESS

Tangent TESS Helper

什么是Tangent TESS?

Tangent TESS是由https://tangent.rocks开发的Chrome扩展程序,该扩展的主要功能是“Tangent TESS Helper”。

扩展截图

screenshot

下载Tangent TESS扩展crx文件

下载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"
    ]
}