Replace Linux with GNU/Linux

Put Richard in your web browser.

ما هو Replace Linux with GNU/Linux؟

Replace Linux with GNU/Linux هو إضافة Chrome تم تطويرها بواسطة Angristan، والميزة الرئيسية لها هي "Put Richard in your web browser.".

تحميل ملف CRX للإضافة Replace Linux with GNU/Linux

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

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

                        A Chrome extension that replaces "Linux" with "GNU/Linux" on the web.                    

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

الاسم Replace Linux with GNU/Linux Replace Linux with GNU/Linux
ID hfpdfpigmhmbamkdacjkimgoipdmhlgm
عنوان URL الرسمي https://chrome.google.com/webstore/detail/replace-linux-with-gnulin/hfpdfpigmhmbamkdacjkimgoipdmhlgm
الوصف Put Richard in your web browser.
حجم الملف 4.35 KB
عدد التثبيتات 27
النسخة الحالية 1.0
آخر تحديث 2018-03-04
تاريخ النشر 2018-03-04
تقييم 5.00/5 مجموع تقييمات 2
المطور Angristan
نوع الدفع free
موقع الإضافة https://github.com/Angristan/GNU-Linux
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Replace Linux with GNU\/Linux",
    "description": "Put Richard in your web browser.",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}