BoredPanda Single Page Application
This extension shows load all post related pages into a single one
ما هو BoredPanda Single Page Application؟
BoredPanda Single Page Application هو إضافة Chrome تم تطويرها بواسطة mastaleru.rafael، والميزة الرئيسية لها هي "This extension shows load all post related pages into a single one".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة BoredPanda Single Page Application
قم بتنزيل ملفات الامتداد BoredPanda Single Page Application بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension is loading the next page of a post (if available) when user reaches the bottom of the page.The operation is repeated until all the posts are displayed into a single page. This extension save user time and add a plus of usability to boredpanda.com
معلومات أساسية عن التمديد
الاسم | BoredPanda Single Page Application |
ID | ffpehjhajdekeomdpkdgkjlghjnefegd |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/boredpanda-single-page-ap/ffpehjhajdekeomdpkdgkjlghjnefegd |
الوصف | This extension shows load all post related pages into a single one |
حجم الملف | 18.38 KB |
عدد التثبيتات | 47 |
النسخة الحالية | 0.3 |
آخر تحديث | 2017-04-21 |
تاريخ النشر | 2017-04-21 |
تقييم | 3.67/5 مجموع تقييمات 3 |
المطور | mastaleru.rafael |
نوع الدفع | free |
موقع الإضافة | https://github.com/Mastaleru/BoredPandaExtension |
عنوان صفحة سياسة الخصوصية | https://plusprivacy.com/privacy-policy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BoredPanda Single Page Application", "description": "This extension shows load all post related pages into a single one", "version": "0.3", "browser_action": { "default_icon": "panda_icon.png" }, "icons": { "16": "panda_icon16.png", "32": "panda_icon32.png", "48": "panda_icon48.png", "128": "panda_icon.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "activeTab", "tabs", "http:\/\/www.boredpanda.com\/" ] } |