C-Strip

Strips css from pages on request

ما هو C-Strip؟

C-Strip هو إضافة Chrome تم تطويرها بواسطة https://vertagon.net، والميزة الرئيسية لها هي "Strips css from pages on request".

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

screenshot

تحميل ملف CRX للإضافة C-Strip

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

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

                        C-strip is a simple tool that strips away css style from webpages with the click of a button, leaving only raw html to view. C-strip can be used as a developer tool or just for pure fun.                    

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

الاسم C-Strip C-Strip
ID hedidopmliaolnhbeklnfmcndgcjlmab
عنوان URL الرسمي https://chromewebstore.google.com/detail/c-strip/hedidopmliaolnhbeklnfmcndgcjlmab
الوصف Strips css from pages on request
حجم الملف 8.62 KB
عدد التثبيتات 222
النسخة الحالية 1.3
آخر تحديث 2019-07-24
تاريخ النشر 2019-07-23
تقييم 5.00/5 مجموع تقييمات 2
المطور https://vertagon.net
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://www.vertagon.net/post/c-strip.html
عنوان صفحة المساعدة http://www.vertagon.net/post/c-strip.html
عنوان صفحة سياسة الخصوصية http://www.vertagon.net/legal.html
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "C-Strip",
    "description": "Strips css from pages on request",
    "version": "1.3",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "background",
        "tabs",
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ]
}