Node.js™ trademark protector
Places the ™ character where necessary.
什麼是Node.js™ trademark protector?
Node.js™ trademark protector是由billautomata開發的Chrome擴展程式,該擴展的主要功能是“Places the ™ character where necessary.”。
擴展截圖
下載Node.js™ trademark protector擴展crx文件
下載Node.js™ trademark protector擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Protecting your brand in this modern world can be scary. Why not help out by putting that ™ where it belongs on every page you view. You won't forget who owns what.
擴展基本資訊
名稱 | Node.js™ trademark protector |
ID | eimbgeiaijebplhoamndamicfindgkhn |
官方網址 | https://chromewebstore.google.com/detail/nodejs-trademark-protecto/eimbgeiaijebplhoamndamicfindgkhn |
簡介 | Places the ™ character where necessary. |
檔案大小 | 3.38 KB |
安裝次數 | 29 |
目前版本 | 1.0 |
更新時間 | 2015-02-04 |
上架時間 | 2015-02-04 |
開發者 | billautomata |
付費類型 | free |
擴展官網 | https://github.com/billautomata/nodejs_trademark_protector |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Node.js\u2122 trademark protector", "version": "1.0", "description": "Places the \u2122 character where necessary.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |