Shutterstock Reveal

Pick any image online and our Chrome extension will match it with one from our collection — royalty-free and ready to use.

Shutterstock Revealคืออะไร?

Shutterstock Reveal เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Shutterstock และคุณลักษณะหลักของมันคือ "Pick any image online and our Chrome extension will match it with one from our collection — royalty-free and ready to use."

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

screenshot
screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Shutterstock Reveal ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Pick any image online and our Chrome extension will match it with one from our collection — royalty-free and ready to use.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Shutterstock Reveal Shutterstock Reveal
ID iogibhaacmieogkdgebfbjgoofdlcmgb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/shutterstock-reveal/iogibhaacmieogkdgebfbjgoofdlcmgb
คำอธิบาย Pick any image online and our Chrome extension will match it with one from our collection — royalty-free and ready to use.
ขนาดไฟล์ 27.76 KB
จำนวนการติดตั้ง 7,111
เวอร์ชันปัจจุบัน 1.0.8
อัปเดตครั้งล่าสุด 2020-07-04
วันที่เผยแพร่ 2020-07-04
คะแนน 2.86/5 รวมทั้งหมด 36 คะแนน
ผู้พัฒนา Shutterstock
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.shutterstock.com
URL หน้านโยบายความเป็นส่วนตัว https://www.shutterstock.com/privacy
ภาษาที่รองรับ de,en,fr,nl,no,tr,da,es,it,hu,pl,fi,sv,cs,ru,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "SSTK Reveal",
    "version": "1.0.8",
    "manifest_version": 2,
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "16": "icons\/sstk-chrome-ext-16.png",
        "128": "icons\/sstk-chrome-ext-128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/contentscript.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": false
        }
    ],
    "browser_action": {
        "default_icon": {
            "16": "icons\/sstk-chrome-ext-16-inactive.png",
            "48": "icons\/sstk-chrome-ext-48-inactive.png",
            "128": "icons\/sstk-chrome-ext-128-inactive.png"
        },
        "default_title": "Shutterstock Reveal"
    },
    "web_accessible_resources": [
        "images\/*.png"
    ],
    "permissions": [
        "https:\/\/plugins.shutterstock.com\/*",
        "downloads"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.shutterstock.com\/*"
        ]
    }
}