Raw Githack

Viewing html files with raw.githack.com made easier.

ما هو Raw Githack؟

Raw Githack هو إضافة Chrome تم تطويرها بواسطة Filip Chalupa، والميزة الرئيسية لها هي "Viewing html files with raw.githack.com made easier.".

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

screenshot

تحميل ملف CRX للإضافة Raw Githack

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

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

                        Enter an url to a html file from a git repository (GitHub, Bitbucket or GitLab). That file will be then served to you with a correct mime type to be viewed in your browser using raw.githack.com.                    

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

الاسم Raw Githack Raw Githack
ID iichepgnbggmoaijfiphjodmhkbijmkf
عنوان URL الرسمي https://chromewebstore.google.com/detail/raw-githack/iichepgnbggmoaijfiphjodmhkbijmkf
الوصف Viewing html files with raw.githack.com made easier.
حجم الملف 45.94 KB
عدد التثبيتات 457
النسخة الحالية 0.2
آخر تحديث 2020-05-01
تاريخ النشر 2020-04-29
المطور Filip Chalupa
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/FilipChalupa/Raw-Githack/
عنوان صفحة المساعدة https://github.com/FilipChalupa/Raw-Githack/issues
عنوان صفحة سياسة الخصوصية https://www.privacypolicygenerator.info/live.php?token=QGmnoBTpfbreWmbwkQPCda3svqe7DF4q
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Raw Githack",
    "version": "0.2",
    "description": "Viewing html files with raw.githack.com made easier.",
    "permissions": [
        "tabs"
    ],
    "icons": {
        "16": "icon\/16.png",
        "32": "icon\/32.png",
        "48": "icon\/48.png",
        "128": "icon\/128.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon\/16.png",
            "32": "icon\/32.png",
            "48": "icon\/48.png",
            "128": "icon\/128.png"
        }
    },
    "manifest_version": 2
}