Node.js™ trademark protector
Places the ™ character where necessary.
Node.js™ trademark protectorคืออะไร?
Node.js™ trademark protector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย billautomata และคุณลักษณะหลักของมันคือ "Places the ™ character where necessary."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Node.js™ trademark protector
ดาวน์โหลดไฟล์ส่วนขยาย 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. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | eimbgeiaijebplhoamndamicfindgkhn |
| URL อย่างเป็นทางการ | 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"
}
]
} | |