KeyWords

Extension of the browser for copying keywords from the site Shutterstock (http://shutterstock.com)

KeyWords là gì?

KeyWords là một tiện ích mở rộng Chrome được phát triển bởi ablinov, và tính năng chính của nó là "Extension of the browser for copying keywords from the site Shutterstock (http://shutterstock.com)".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng KeyWords 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

                        KeyWords is the most modern tool for copying keywords.
With KeyWords you can easily copy any keywords with pages of images, illustration, vector and video on the website shutterstock.com
Just open the add-KeyWords click on the "Get Keywords" that would get the word and then "Copy Keywords" and the keywords are automatically copied 

Shutterstock is a trademark of Shutterstock, Inc. All copyrights belong to their authors                    

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

Tên KeyWords KeyWords
ID danngdojdnkpienljijhcpjpdmaonmhj
URL Chính Thức https://chromewebstore.google.com/detail/keywords/danngdojdnkpienljijhcpjpdmaonmhj
Mô tả Extension of the browser for copying keywords from the site Shutterstock (http://shutterstock.com)
Kích Thước Tệp 42.58 KB
Số Lần Cài Đặt 1,737
Phiên Bản Hiện Tại 4.9.6
Cập Nhật Lần Cuối 2024-03-04
Ngày Phát Hành 2020-06-30
Đánh Giá 4.33/5 Tổng số 9 Đánh Giá
Nhà Phát Triển ablinov
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://keywords.blinovinfo.ru/
Ngôn Ngữ Được Hỗ Trợ de,en,es,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "icon64.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/www.shutterstock.com\/image-photo*",
                "https:\/\/www.shutterstock.com\/image-illustration*",
                "https:\/\/www.shutterstock.com\/image-vector*",
                "https:\/\/www.shutterstock.com\/*video*"
            ]
        }
    ],
    "default_locale": "en",
    "description": "__MSG_Description__",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "19": "icon19.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "64": "icon64.png"
    },
    "manifest_version": 2,
    "name": "__MSG_Name__",
    "permissions": [
        "clipboardWrite"
    ],
    "version": "4.9.6"
}