Shutterstock HQ Preview

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

Shutterstock HQ Previewคืออะไร?

Shutterstock HQ Preview เป็นส่วนขยายของ Chrome ที่พัฒนาโดย THDev และคุณลักษณะหลักของมันคือ "Open the watermarked high-quality preview of the currently opened shutterstock tab."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Shutterstock HQ Preview

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}