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"
}
]
} | |