Full Width Twitter

Change twitter layout to full-width and bold in links

Cos'è Full Width Twitter?

Full Width Twitter è un'estensione di Chrome sviluppata da https://www.twisted.cz, e la sua funzione principale è "Change twitter layout to full-width and bold in links".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Full Width Twitter

Scarica i file di estensione Full Width Twitter 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

                        Change twitter layout to full-width and bold in links
===
no ads, no logins, just profit :)



CHANGELOG
==========
0.5 - twitter changes
0-4 - afect just home screen
0.3 - change styles on other screens
0.2 - bold-in links
0.1 - first prototype                    

Informazioni di Base sull'Estensione

Nome Full Width Twitter Full Width Twitter
ID lmocojeaajhekebcnifbejlggachgmim
URL Ufficiale https://chromewebstore.google.com/detail/full-width-twitter/lmocojeaajhekebcnifbejlggachgmim
Descrizione Change twitter layout to full-width and bold in links
Dimensione del File 46.64 KB
Conteggio Installazioni 125
Versione Corrente 0.5
Ultimo Aggiornamento 2013-06-24
Data di Pubblicazione 2013-06-24
Valutazione 4.40/5 Totale 10 Valutazioni
Sviluppatore https://www.twisted.cz
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Full Width Twitter",
    "version": "0.5",
    "manifest_version": 2,
    "description": "Change twitter layout to full-width and bold in links",
    "background": {
        "scripts": [
            "myjs.js"
        ]
    },
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "page_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_title": "Full width Twitter"
    },
    "offline_enabled": true,
    "permissions": [
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "css": [
                "mystyle.css"
            ]
        }
    ]
}