Pelican

Minimal and Focused versison of Facebook!

Qu'est-ce que Pelican ?

Pelican est une extension Chrome développée par Capsule Corp, et sa fonction principale est "Minimal and Focused versison of Facebook!".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Pelican

Téléchargez les fichiers d'extension Pelican au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Pelican Pelican
ID kpnklhhobpobgfklmnilcijcejpddhjc
URL Officiel https://chrome.google.com/webstore/detail/pelican/kpnklhhobpobgfklmnilcijcejpddhjc
Description Minimal and Focused versison of Facebook!
Taille du Fichier 2.71 MB
Nombre d'Installations 86
Version Actuelle 1.5
Dernière Mise à Jour 2018-04-07
Date de Publication 2018-04-07
Évaluation 5.00/5 Total 3 Évaluations
Développeur Capsule Corp
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}