Pelican

Minimal and Focused versison of Facebook!

Cos'è Pelican?

Pelican è un'estensione di Chrome sviluppata da Capsule Corp, e la sua funzione principale è "Minimal and Focused versison of Facebook!".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Pelican

Scarica i file di estensione Pelican in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Pelican Pelican
ID kpnklhhobpobgfklmnilcijcejpddhjc
URL Ufficiale https://chrome.google.com/webstore/detail/pelican/kpnklhhobpobgfklmnilcijcejpddhjc
Descrizione Minimal and Focused versison of Facebook!
Dimensione del File 2.71 MB
Conteggio Installazioni 86
Versione Corrente 1.5
Ultimo Aggiornamento 2018-04-07
Data di Pubblicazione 2018-04-07
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Capsule Corp
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}