KeyWords

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

KeyWords क्या है?

KeyWords ablinov द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension of the browser for copying keywords from the site Shutterstock (http://shutterstock.com)"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में KeyWords एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}