Русификатор для Notion
Переводит основные элементы интерфейса Notion на русский язык
What is Русификатор для Notion?
Русификатор для Notion is a Chrome extension developed by Dmitry Tumashev, and its main feature is "Переводит основные элементы интерфейса Notion на русский язык".
Extension Screenshots
Download Русификатор для Notion Extension CRX File
Download Русификатор для Notion extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A small extension, which translates main Notion UI elements to Russian language. Not all elements are translated and the underlying code is kinda trash, so any suggestions and fixes are welcome on GitHub =)
Extension Basic Information
Name | Русификатор для Notion |
ID | defgfolojigcofhahecbfajdiolnibjo |
Official URL | https://chromewebstore.google.com/detail/%D1%80%D1%83%D1%81%D0%B8%D1%84%D0%B8%D0%BA%D0%B0%D1%82%D0%BE%D1%80-%D0%B4%D0%BB%D1%8F-notion/defgfolojigcofhahecbfajdiolnibjo |
Description | Переводит основные элементы интерфейса Notion на русский язык |
File Size | 34.85 KB |
Installation Count | 10,000 |
Current Version | 0.1.5 |
Last Updated | 2021-03-30 |
Publish Date | 2021-02-26 |
Rating | 4.35/5 Total 17 Ratings |
Developer | Dmitry Tumashev |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/Tumist76/Notion-Russian-Language-Pack |
Supported Languages | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "\u0420\u0443\u0441\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0434\u043b\u044f Notion", "version": "0.1.5", "default_locale": "ru", "description": "\u041f\u0435\u0440\u0435\u0432\u043e\u0434\u0438\u0442 \u043e\u0441\u043d\u043e\u0432\u043d\u044b\u0435 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u044b \u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430 Notion \u043d\u0430 \u0440\u0443\u0441\u0441\u043a\u0438\u0439 \u044f\u0437\u044b\u043a", "icons": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/notion.so\/*", "https:\/\/www.notion.so\/*" ] } ] } |