Pelican

Minimal and Focused versison of Facebook!

Pelican là gì?

Pelican là một tiện ích mở rộng Chrome được phát triển bởi Capsule Corp, và tính năng chính của nó là "Minimal and Focused versison of Facebook!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Pelican

Tải xuống các tệp mở rộng Pelican dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Pelican Pelican
ID kpnklhhobpobgfklmnilcijcejpddhjc
URL Chính Thức https://chrome.google.com/webstore/detail/pelican/kpnklhhobpobgfklmnilcijcejpddhjc
Mô tả Minimal and Focused versison of Facebook!
Kích Thước Tệp 2.71 MB
Số Lần Cài Đặt 86
Phiên Bản Hiện Tại 1.5
Cập Nhật Lần Cuối 2018-04-07
Ngày Phát Hành 2018-04-07
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Capsule Corp
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}