Lang-8 Enhancer

Lang-8 Enhancer

Co je Lang-8 Enhancer?

Lang-8 Enhancer je rozšíření Chrome vyvinuté holden321, a jeho hlavní funkcí je „Lang-8 Enhancer“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Lang-8 Enhancer

Stáhněte si soubory rozšíření Lang-8 Enhancer 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í

                        - fixed gallery in User's Photos
 - show user's photo by cliking on its icon
 - nice text intending in the text of an entry
 - sort tags alphabetically or by date on the create/edit entry page
 - fixed menu symbols
 - launcher button

Feel free to send questions or suggestions.
My profile: http://lang-8.com/holden                    

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

Název Lang-8 Enhancer Lang-8 Enhancer
ID pgidinpekigdbjpdhafdpcpicaedclmf
Oficiální URL https://chrome.google.com/webstore/detail/lang-8-enhancer/pgidinpekigdbjpdhafdpcpicaedclmf
Popis Lang-8 Enhancer
Velikost souboru 980 KB
Počet instalací 33
Aktuální Verze 1.4
Poslední Aktualizace 2018-05-09
Datum Vydání 2018-05-09
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář holden321
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Lang-8 Enhancer",
    "short_name": "Lang-8 Enhancer",
    "description": "Lang-8 Enhancer",
    "version": "1.4",
    "icons": {
        "16": "icon_16.png",
        "19": "icon_19.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage",
        "http:\/\/lang-8.com\/*"
    ],
    "browser_action": {
        "default_icon": {
            "19": "icon_19.png"
        },
        "default_title": "Lang-8"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/lang-8.com\/*"
            ],
            "css": [
                "highslide\/highslide.css",
                "content.css"
            ],
            "js": [
                "highslide\/highslide-full.min.js",
                "jquery-2.1.1.min.js",
                "content.js"
            ],
            "all_frames": false,
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "FontAwesome.otf",
        "highslide\/graphics\/*"
    ]
}