/r/

Quickly navigate to any reddit sub-reddit.

ما هو /r/؟

/r/ هو إضافة Chrome تم تطويرها بواسطة tydotg، والميزة الرئيسية لها هي "Quickly navigate to any reddit sub-reddit.".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة /r/

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

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

                        Updates the Google Omnibox to allow navigation directly any reddit sub-reddit without having to type in the entire URL.

Simply type 'r' and then a space into the navigation bar, at which point the /r/ Chrome extension will automatically pop into the bar. Type the name of the sub-reddit to navigate to, hit enter, and the plugin will navigate to the correct page.                    

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

الاسم /r/ /r/
ID cnccilamloafialmchgfgmbmojdfhmom
عنوان URL الرسمي https://chromewebstore.google.com/detail/r/cnccilamloafialmchgfgmbmojdfhmom
الوصف Quickly navigate to any reddit sub-reddit.
حجم الملف 11.63 KB
عدد التثبيتات 133
النسخة الحالية 1.2
آخر تحديث 2013-09-27
تاريخ النشر 2013-09-27
تقييم 4.83/5 مجموع تقييمات 6
المطور tydotg
نوع الدفع free
موقع الإضافة http://tgolson.com
عنوان صفحة المساعدة http://tgolson.com
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\/r\/",
    "description": "Quickly navigate to any reddit sub-reddit.",
    "version": "1.2",
    "omnibox": {
        "keyword": "r"
    },
    "icons": {
        "16": "reddit.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    }
}