Reddit Sidebar Toggle
Toggle the sidebar on reddit.com
ما هو Reddit Sidebar Toggle؟
Reddit Sidebar Toggle هو إضافة Chrome تم تطويرها بواسطة dylan.araps، والميزة الرئيسية لها هي "Toggle the sidebar on reddit.com".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Reddit Sidebar Toggle
قم بتنزيل ملفات الامتداد Reddit Sidebar Toggle بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This web extension adds a toolbar button to toggle the sidebar on reddit.com
معلومات أساسية عن التمديد
الاسم | |
ID | haoffdjocncdbjehkpphfhdppbopmhnd |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/reddit-sidebar-toggle/haoffdjocncdbjehkpphfhdppbopmhnd |
الوصف | Toggle the sidebar on reddit.com |
حجم الملف | 6.49 KB |
عدد التثبيتات | 86 |
النسخة الحالية | 1.0.2 |
آخر تحديث | 2017-07-11 |
تاريخ النشر | 2017-07-11 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | dylan.araps |
نوع الدفع | free |
موقع الإضافة | https://github.com/dylanaraps/reddit-sidebar-toggle |
عنوان صفحة المساعدة | https://github.com/dylanaraps/reddit-sidebar-toggle/issues |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reddit Sidebar Toggle", "version": "1.0.2", "description": "Toggle the sidebar on reddit.com", "permissions": [ "activeTab" ], "icons": { "48": "icons\/reddit-48.png" }, "browser_action": { "default_icon": "icons\/reddit-48.png", "default_title": "Reddit: Toggle Sidebar" }, "background": { "scripts": [ "scripts\/background.js" ] } } |