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ファイルをダウンロード

KeyWords拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
}