Pelican

Minimal and Focused versison of Facebook!

什么是Pelican?

Pelican是由Capsule Corp开发的Chrome扩展程序,该扩展的主要功能是“Minimal and Focused versison of Facebook!”。

扩展截图

screenshot
screenshot

下载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.                    

扩展基本信息

名称 Pelican Pelican
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"
            ]
        }
    ]
}