Pelican
Minimal and Focused versison of Facebook!
Pelicanคืออะไร?
Pelican เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Capsule Corp และคุณลักษณะหลักของมันคือ "Minimal and Focused versison of Facebook!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pelican
ดาวน์โหลดไฟล์ส่วนขยาย Pelican ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" ] } ] } |