Ipynb Files Viewer

With this plugin you can use your browser as .ipynb files viewer

ما هو Ipynb Files Viewer؟

Ipynb Files Viewer هو إضافة Chrome تم تطويرها بواسطة Anton Borzenko، والميزة الرئيسية لها هي "With this plugin you can use your browser as .ipynb files viewer".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Ipynb Files Viewer

قم بتنزيل ملفات الامتداد Ipynb Files Viewer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Simple Ipython Notebook files viewer. Just install this extension and open ipynb-files via your browser.                    

معلومات أساسية عن التمديد

الاسم Ipynb Files Viewer Ipynb Files Viewer
ID iohfdefnnffaejpacklikjbjhnfcmbej
عنوان URL الرسمي https://chromewebstore.google.com/detail/ipynb-files-viewer/iohfdefnnffaejpacklikjbjhnfcmbej
الوصف With this plugin you can use your browser as .ipynb files viewer
حجم الملف 126 KB
عدد التثبيتات 1,508
النسخة الحالية 1.0.3
آخر تحديث 2020-12-02
تاريخ النشر 2020-10-27
تقييم 5.00/5 مجموع تقييمات 1
المطور Anton Borzenko
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/AntonBorzenko/IpynbFilesViewer
عنوان صفحة المساعدة https://t.me/BorzenkoAnton
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ipynb Files Viewer",
    "version": "1.0.3",
    "description": "With this plugin you can use your browser as .ipynb files viewer",
    "author": "Anton Borzenko",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "",
        "background",
        "downloads"
    ],
    "background": {
        "scripts": [
            "ipynbHandler.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png"
    }
}