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

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

Cos'è Русификатор для Notion?

Русификатор для Notion è un'estensione di Chrome sviluppata da Dmitry Tumashev, e la sua funzione principale è "Переводит основные элементы интерфейса Notion на русский язык".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Русификатор для Notion

Scarica i file di estensione Русификатор для Notion in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Русификатор для Notion Русификатор для Notion
ID defgfolojigcofhahecbfajdiolnibjo
URL Ufficiale 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
Descrizione Переводит основные элементы интерфейса Notion на русский язык
Dimensione del File 34.85 KB
Conteggio Installazioni 10,000
Versione Corrente 0.1.5
Ultimo Aggiornamento 2021-03-30
Data di Pubblicazione 2021-02-26
Valutazione 4.35/5 Totale 17 Valutazioni
Sviluppatore Dmitry Tumashev
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/Tumist76/Notion-Russian-Language-Pack
Lingue Supportate 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\/*"
            ]
        }
    ]
}