Shutterstock HQ Preview

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

Shutterstock HQ Previewとは何ですか?

Shutterstock HQ PreviewはTHDevによって開発されたChromeの拡張機能で、その主な機能は「Open the watermarked high-quality preview of the currently opened shutterstock tab.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Shutterstock HQ Preview拡張機能のCRXファイルをダウンロード

Shutterstock HQ Preview拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Shutterstock HQ Preview Shutterstock HQ Preview
ID cagefghpihcjalgemengeaadocolalmd
公式URL https://chromewebstore.google.com/detail/shutterstock-hq-preview/cagefghpihcjalgemengeaadocolalmd
説明 Open the watermarked high-quality preview of the currently opened shutterstock tab.
ファイルサイズ 10.95 KB
インストール数 162
現在のバージョン 1.0
最終更新日 2022-01-07
公開日 2022-01-07
開発者 THDev
Eメール [email protected]
支払い方法 free
対応言語 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"
    }
}