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 là gì?

Shutterstock Reveal là một tiện ích mở rộng Chrome được phát triển bởi Shutterstock, và tính năng chính của nó là "Pick any image online and our Chrome extension will match it with one from our collection — royalty-free and ready to use.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Shutterstock Reveal

Tải xuống các tệp mở rộng Shutterstock Reveal dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Shutterstock Reveal Shutterstock Reveal
ID iogibhaacmieogkdgebfbjgoofdlcmgb
URL Chính Thức https://chromewebstore.google.com/detail/shutterstock-reveal/iogibhaacmieogkdgebfbjgoofdlcmgb
Mô tả Pick any image online and our Chrome extension will match it with one from our collection — royalty-free and ready to use.
Kích Thước Tệp 27.76 KB
Số Lần Cài Đặt 7,111
Phiên Bản Hiện Tại 1.0.8
Cập Nhật Lần Cuối 2020-07-04
Ngày Phát Hành 2020-07-04
Đánh Giá 2.86/5 Tổng số 36 Đánh Giá
Nhà Phát Triển Shutterstock
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.shutterstock.com
URL Trang Chính Sách Bảo Mật https://www.shutterstock.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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\/*"
        ]
    }
}