Shutterstock HQ Preview

Open the watermarked high-quality preview of the currently opened shutterstock tab.

Co je Shutterstock HQ Preview?

Shutterstock HQ Preview je rozšíření Chrome vyvinuté THDev, a jeho hlavní funkcí je „Open the watermarked high-quality preview of the currently opened shutterstock tab.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Shutterstock HQ Preview

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

                        Quickly open the watermarked higher quality image preview for the shutterstock tab you have currently opened.

In case of questions or bugs, contact me at [email protected]

Also, feel free to buy me a coffee if you find this extension useful: https://www.buymeacoffee.com/thdev                    

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

Název Shutterstock HQ Preview Shutterstock HQ Preview
ID cagefghpihcjalgemengeaadocolalmd
Oficiální URL https://chromewebstore.google.com/detail/shutterstock-hq-preview/cagefghpihcjalgemengeaadocolalmd
Popis Open the watermarked high-quality preview of the currently opened shutterstock tab.
Velikost souboru 10.95 KB
Počet instalací 162
Aktuální Verze 1.0
Poslední Aktualizace 2022-01-07
Datum Vydání 2022-01-07
Vývojář THDev
E-mail [email protected]
Typ Platby free
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Shutterstock HQ Preview",
    "description": "Open the watermarked high-quality preview of the currently opened shutterstock tab.",
    "version": "1.0",
    "manifest_version": 3,
    "action": {
        "default_title": "Open current image HQ preview.",
        "default_icon": {
            "48": "\/images\/icon_disabled_48.png"
        }
    },
    "permissions": [
        "tabs",
        "declarativeContent"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "48": "\/images\/icon_enabled_48.png"
    }
}