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 | 
| 官方網址 | 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"
    }
}  |  |