Pink it

Make webpages pink (because you can)

Co to jest Pink it?

Pink it to rozszerzenie Chrome opracowane przez River Liu, a jego główną funkcją jest „Make webpages pink (because you can)”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Pink it

Pobierz pliki rozszerzeń Pink it 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

                        This extension will make your webpages pink!

Reasons, if you may ask? 
Why there should be reasons?                    

Podstawowe informacje o rozszerzeniu

Nazwa Pink it Pink it
ID bjegaclehlfmkfaipjdebdhilaikohom
Oficjalny URL https://chromewebstore.google.com/detail/pink-it/bjegaclehlfmkfaipjdebdhilaikohom
Opis Make webpages pink (because you can)
Rozmiar pliku 13.27 KB
Liczba instalacji 2,069
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2019-04-21
Data Publikacji 2019-04-18
Ocena 4.25/5 Łącznie 8 Oceny
Deweloper River Liu
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/river34/pink-it
Adres URL Strony Pomocy https://github.com/river34/pink-it
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pink it",
    "version": "0.1",
    "description": "Make webpages pink (because you can)",
    "icons": {
        "128": "icon_128.png"
    },
    "browser_action": [],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "images\/*"
    ],
    "author": "River Liu",
    "devtools_page": "https:\/\/github.com\/river34\/pink-it",
    "homepage_url": "https:\/\/github.com\/river34\/pink-it"
}