Reddit Squared
A reimaging of the reddit experience. Currently in Beta.
ما هو Reddit Squared؟
Reddit Squared هو إضافة Chrome تم تطويرها بواسطة nick.ed.dale، والميزة الرئيسية لها هي "A reimaging of the reddit experience. Currently in Beta.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Reddit Squared
قم بتنزيل ملفات الامتداد Reddit Squared بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A web app for reddit that completely redesigns the site. Best suited for Retina screens with ad-block plus. -Embeds pictures and videos. -Infinite scroll so you can just keep on keepin' on
معلومات أساسية عن التمديد
الاسم | |
ID | anggmmdeliefkklpmkpeofepgnmkjohp |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/reddit-squared/anggmmdeliefkklpmkpeofepgnmkjohp |
الوصف | A reimaging of the reddit experience. Currently in Beta. |
حجم الملف | 8.08 MB |
عدد التثبيتات | 23 |
النسخة الحالية | 1.0 |
آخر تحديث | 2014-06-17 |
تاريخ النشر | 2014-06-17 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | nick.ed.dale |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reddit Squared", "description": "A reimaging of the reddit experience. Currently in Beta.", "version": "1.0", "icons": { "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/www.reddit.com\/*" ], "css": [ "mystyles.css" ], "js": [ "jquery-2.1.1.min.js", "myscript.js" ] } ], "web_accessible_resources": [ "img\/*jpg", "img\/*png" ] } |