Aww

Replaces the new tab page with the cutest gifs from /r/aww

Co je Aww?

Aww je rozšíření Chrome vyvinuté Anuraag, a jeho hlavní funkcí je „Replaces the new tab page with the cutest gifs from /r/aww“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Aww

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

                                            

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

Název Aww Aww
ID ceojjgdcmdmcpiplcnbbbjfgplhledhj
Oficiální URL https://chrome.google.com/webstore/detail/aww/ceojjgdcmdmcpiplcnbbbjfgplhledhj
Popis Replaces the new tab page with the cutest gifs from /r/aww
Velikost souboru 77.02 KB
Počet instalací 17
Aktuální Verze 1.1
Poslední Aktualizace 2017-05-13
Datum Vydání 2017-05-13
Hodnocení 1.33/5 Celkem 6 Hodnocení
Vývojář Anuraag
Typ Platby free
Webové stránky Rozšíření http://anuraag.me
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Aww",
    "description": "Replaces the new tab page with the cutest gifs from \/r\/aww",
    "version": "1.1",
    "permissions": [
        "tabs",
        "http:\/\/reddit.com\/*"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}