Русификатор для Notion

Переводит основные элементы интерфейса Notion на русский язык

Русификатор для Notion란 무엇입니까?

Русификатор для Notion은(는) Dmitry Tumashev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Переводит основные элементы интерфейса Notion на русский язык"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Русификатор для Notion 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 =)                    

확장 프로그램 기본 정보

이름 Русификатор для Notion Русификатор для Notion
ID defgfolojigcofhahecbfajdiolnibjo
공식 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
설명 Переводит основные элементы интерфейса Notion на русский язык
파일 크기 34.85 KB
설치 횟수 10,000
현재 버전 0.1.5
최근 업데이트 2021-03-30
출시 날짜 2021-02-26
평점 4.35/5 총 17 개의 평점
개발자 Dmitry Tumashev
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/Tumist76/Notion-Russian-Language-Pack
지원되는 언어 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\/*"
            ]
        }
    ]
}