Aww

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

Co to jest Aww?

Aww to rozszerzenie Chrome opracowane przez Anuraag, a jego główną funkcją jest „Replaces the new tab page with the cutest gifs from /r/aww”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Aww

Pobierz pliki rozszerzeń Aww w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                                            

Podstawowe informacje o rozszerzeniu

Nazwa Aww Aww
ID ceojjgdcmdmcpiplcnbbbjfgplhledhj
Oficjalny URL https://chrome.google.com/webstore/detail/aww/ceojjgdcmdmcpiplcnbbbjfgplhledhj
Opis Replaces the new tab page with the cutest gifs from /r/aww
Rozmiar pliku 77.02 KB
Liczba instalacji 17
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2017-05-13
Data Publikacji 2017-05-13
Ocena 1.33/5 Łącznie 6 Oceny
Deweloper Anuraag
Typ Płatności free
Strona Rozszerzenia http://anuraag.me
Obsługiwane Języki 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"
    }
}