Pelican
Minimal and Focused versison of Facebook!
ما هو Pelican؟
Pelican هو إضافة Chrome تم تطويرها بواسطة Capsule Corp، والميزة الرئيسية لها هي "Minimal and Focused versison of Facebook!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Pelican
قم بتنزيل ملفات الامتداد Pelican بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Focus mode You can toggle in the popup to have a Focused version of Facebook. - Removes Timeline and loads an image from unsplash.com in its place. - Motivates you to work with quotes - Removes Notifications and Messages. Why ? When you want you work and just make a post or send someone a message on Facebook. Use Focus mode. Minimal Mode You can toggle in the popup to have a minimal version of Facebook. - Only keeps news feed - Chatting and reading timeline is what people send most of the time in. Why read Unwanted things.
معلومات أساسية عن التمديد
الاسم | |
ID | kpnklhhobpobgfklmnilcijcejpddhjc |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/pelican/kpnklhhobpobgfklmnilcijcejpddhjc |
الوصف | Minimal and Focused versison of Facebook! |
حجم الملف | 2.71 MB |
عدد التثبيتات | 86 |
النسخة الحالية | 1.5 |
آخر تحديث | 2018-04-07 |
تاريخ النشر | 2018-04-07 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | Capsule Corp |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pelican", "version": "1.5", "manifest_version": 2, "description": "Minimal and Focused versison of Facebook!", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "tabs", "storage" ], "background": { "scripts": [ "assets\/js\/jquery.js", "background.js" ] }, "browser_action": { "default_icon": "icons\/icon128.png", "default_title": "Pelican Facebook", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/www.facebook.com\/*" ], "js": [ "style_facebook.js", "js\/jquery.min.js", "js\/on-off-switch.js", "js\/on-off-switch-onload.js" ] } ] } |