Tangent TESS
Tangent TESS Helper
Tangent TESSとは何ですか?
Tangent TESSはhttps://tangent.rocksによって開発されたChromeの拡張機能で、その主な機能は「Tangent TESS Helper」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" ] } |