KeyWords

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

KeyWords란 무엇입니까?

KeyWords은(는) ablinov에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension of the browser for copying keywords from the site Shutterstock (http://shutterstock.com)"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

KeyWords 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 KeyWords KeyWords
ID danngdojdnkpienljijhcpjpdmaonmhj
공식 URL https://chromewebstore.google.com/detail/keywords/danngdojdnkpienljijhcpjpdmaonmhj
설명 Extension of the browser for copying keywords from the site Shutterstock (http://shutterstock.com)
파일 크기 42.58 KB
설치 횟수 1,737
현재 버전 4.9.6
최근 업데이트 2024-03-04
출시 날짜 2020-06-30
평점 4.33/5 총 9 개의 평점
개발자 ablinov
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://keywords.blinovinfo.ru/
지원되는 언어 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"
}