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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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"
}
]
} | |