Flatit

A modern styling for reddit.

ما هو Flatit؟

Flatit هو إضافة Chrome تم تطويرها بواسطة Will Hitchcock، والميزة الرئيسية لها هي "A modern styling for reddit.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Flatit

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

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

                        Flatit subtly cleans up unnecessary noise in the reddit interface while maintaining the same reddit feel that you have grown to love.

Works well with RES.                    

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

الاسم Flatit Flatit
ID blkfjcojlgcgillkmcaahalnnibhkpdl
عنوان URL الرسمي https://chromewebstore.google.com/detail/flatit/blkfjcojlgcgillkmcaahalnnibhkpdl
الوصف A modern styling for reddit.
حجم الملف 44.57 KB
عدد التثبيتات 208
النسخة الحالية 1.0
آخر تحديث 2013-08-12
تاريخ النشر 2013-08-12
تقييم 3.90/5 مجموع تقييمات 21
المطور Will Hitchcock
نوع الدفع free
موقع الإضافة https://github.com/hitchcockwill/flat-reddit
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Flatit",
    "version": "1.0",
    "description": "A modern styling for reddit.",
    "icons": {
        "48": "img\/flat-reddit-icon-48.png",
        "128": "img\/flat-reddit-icon.png"
    },
    "content_scripts": [
        {
            "css": [
                "css\/config.css"
            ],
            "matches": [
                "http:\/\/www.reddit.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "css": [
                "css\/style.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/script.js"
            ],
            "matches": [
                "http:\/\/www.reddit.com\/*",
                "https:\/\/ssl.reddit.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "css": [
                "css\/res.css"
            ],
            "matches": [
                "http:\/\/www.reddit.com\/*",
                "https:\/\/ssl.reddit.com\/*"
            ],
            "run_at": "document_idle"
        }
    ]
}