Full Width Twitter

Change twitter layout to full-width and bold in links

Co je Full Width Twitter?

Full Width Twitter je rozšíření Chrome vyvinuté https://www.twisted.cz, a jeho hlavní funkcí je „Change twitter layout to full-width and bold in links“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Full Width Twitter

Stáhněte si soubory rozšíření Full Width Twitter ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Full Width Twitter Full Width Twitter
ID lmocojeaajhekebcnifbejlggachgmim
Oficiální URL https://chromewebstore.google.com/detail/full-width-twitter/lmocojeaajhekebcnifbejlggachgmim
Popis Change twitter layout to full-width and bold in links
Velikost souboru 46.64 KB
Počet instalací 125
Aktuální Verze 0.5
Poslední Aktualizace 2013-06-24
Datum Vydání 2013-06-24
Hodnocení 4.40/5 Celkem 10 Hodnocení
Vývojář https://www.twisted.cz
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}