Reddit Inline

L337 R3DD17

ما هو Reddit Inline؟

Reddit Inline هو إضافة Chrome تم تطويرها بواسطة Anvaka، والميزة الرئيسية لها هي "L337 R3DD17".

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

screenshot

تحميل ملف CRX للإضافة Reddit Inline

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

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

                        This extension allows you to browse reddit.com with no need to press "back" button or to close opened tabs. It renders your subreddits inside developer tools window, and opens links in the attached window. 

Unlike other reddit extensions this is the first extension which allows you to browse any website and have complete browsing experience, without compromising your security (since target pages do not have access to developer tools).

I hope you enjoy the project and help me to make it better. It is open source and you are very welcome to contribute to the project: https://github.com/anvaka/reddit-inline :)

Cheers
Anvaka                    

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

الاسم Reddit Inline Reddit Inline
ID libfancpdbegemadjcfcaaiicbhalkin
عنوان URL الرسمي https://chromewebstore.google.com/detail/reddit-inline/libfancpdbegemadjcfcaaiicbhalkin
الوصف L337 R3DD17
حجم الملف 126 KB
عدد التثبيتات 457
النسخة الحالية 0.3
آخر تحديث 2013-02-07
تاريخ النشر 2013-02-07
تقييم 4.47/5 مجموع تقييمات 15
المطور Anvaka
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reddit Inline",
    "description": "L337 R3DD17",
    "version": "0.3",
    "icons": {
        "16": "assets\/logo-16.png",
        "128": "assets\/logo-128.png"
    },
    "devtools_page": "main.html",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "*:\/\/*.reddit.com\/",
        "cookies"
    ]
}