Pelican
Minimal and Focused versison of Facebook!
什麼是Pelican?
Pelican是由Capsule Corp開發的Chrome擴展程式,該擴展的主要功能是“Minimal and Focused versison of Facebook!”。
擴展截圖
下載Pelican擴展crx文件
下載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 |
官方網址 | 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" ] } ] } |