Purify

Read news articles with minimal distraction and scrolling.

ما هو Purify؟

Purify هو إضافة Chrome تم تطويرها بواسطة chaowentan، والميزة الرئيسية لها هي "Read news articles with minimal distraction and scrolling.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Whenever you find an interesting news article, try using Purify to convert it into a minimalistic view that

- Only displays the content of the article & hides all the distractions, and

- Utilizes all the available screen space to minimize scrolling.                    

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

الاسم Purify Purify
ID kjiappjpfpaekdfeioanaphpihpojemc
عنوان URL الرسمي https://chromewebstore.google.com/detail/purify/kjiappjpfpaekdfeioanaphpihpojemc
الوصف Read news articles with minimal distraction and scrolling.
حجم الملف 6.78 MB
عدد التثبيتات 2,000
النسخة الحالية 0.2
آخر تحديث 2013-01-10
تاريخ النشر 2013-01-10
تقييم 3.91/5 مجموع تقييمات 23
المطور chaowentan
نوع الدفع free
موقع الإضافة https://github.com/chaowentan/Purify
عنوان صفحة المساعدة https://github.com/chaowentan/Purify
اللغات المدعومة en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Purify",
    "description": "Read news articles with minimal distraction and scrolling.",
    "version": "0.2",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery.js",
                "js\/Util.js",
                "js\/ArticleParser.js",
                "js\/ArticleView.js",
                "js\/content_script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "css\/style.css",
        "img\/*.png"
    ],
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_title": "Purify",
        "default_icon": {
            "19": "img\/icon19.png"
        }
    }
}