Better Bird

Makes Twitter a bit better

Qu'est-ce que Better Bird ?

Better Bird est une extension Chrome développée par Matt Sherman, et sa fonction principale est "Makes Twitter a bit better".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Better Bird

Téléchargez les fichiers d'extension Better Bird 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

                        This Google Chrome extension will:

- Move content (timeline) to the left-hand side and the dashboard to the right for easier reading.
- Expand shortened URL’s wherever possible, so you know where you are actually clicking.
- Display your saved searches & @mentions.
- Hide “Trends”, “Who to Follow”, and “#Discover”
- Widen the layout and (optionally) use a serif font

It’s open source, too: https://github.com/clipperhouse/BetterBird

Uses the lovely Twitter icons from Design Junction.                    

Informations de Base sur l'Extension

Nom Better Bird Better Bird
ID dolfbfbhjniibjlmpebhdkjanjlcnolp
URL Officiel https://chromewebstore.google.com/detail/better-bird/dolfbfbhjniibjlmpebhdkjanjlcnolp
Description Makes Twitter a bit better
Taille du Fichier 83.62 KB
Nombre d'Installations 201
Version Actuelle 0.4.16
Dernière Mise à Jour 2013-05-05
Date de Publication 2013-05-05
Évaluation 4.56/5 Total 16 Évaluations
Développeur Matt Sherman
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Better Bird",
    "version": "0.4.16",
    "description": "Makes Twitter a bit better",
    "background": {
        "page": "background.html"
    },
    "web_accessible_resources": [
        "img\/twitter_16.png",
        "img\/twitter_32.png",
        "img\/twitter_32_notify.png"
    ],
    "icons": {
        "16": "img\/twitter_16.png",
        "32": "img\/twitter_32.png",
        "64": "img\/twitter_64.png",
        "128": "img\/twitter_128.png"
    },
    "browser_action": {
        "default_icon": "img\/twitter_32.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/twitter.com\/*"
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "js\/jquery-1.7.1.min.js",
                "js\/jquery.hoverIntent.min.js",
                "js\/utils.min.js",
                "js\/contentscript.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "*:\/\/twitter.com\/*",
        "*:\/\/search.twitter.com\/*",
        "*:\/\/api.twitter.com\/*"
    ]
}