Tangent TESS

Tangent TESS Helper

Tangent TESS란 무엇입니까?

Tangent TESS은(는) https://tangent.rocks에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Tangent TESS Helper"입니다.

확장 프로그램 스크린샷

screenshot

Tangent TESS 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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/
개인정보 보호 정책 페이지 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"
    ]
}