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.”。
扩展截图
下载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                     扩展基本信息
| 名称 |   |  
| 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 | 
| 电子邮箱 | [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"
    }
}  |  |