ShutterKeys

Shutterkeys is a very simple Google Chrome extension which helps you to copy keywords from a Shutterstock image/vector/video page.

ShutterKeys क्या है?

ShutterKeys Andras Gyula Csontos द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shutterkeys is a very simple Google Chrome extension which helps you to copy keywords from a Shutterstock image/vector/video page."।

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

screenshot

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

crx प्रारूप में ShutterKeys एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Shutterkeys is a very simple extension which helps you to copy your image keywords from its  Shutterstock image/vector/video page. This extension was developed for Shutterstock contributors for saving time in their keywording process.
This extension never gather or store any personal and other datas. 
Shutterstock is a trademark of Shutterstock, Inc.                    

एक्सटेंशन की मूल जानकारी

नाम ShutterKeys ShutterKeys
ID mmnoiabpkfeocgiadbmmbiakgndjlgdn
आधिकारिक URL https://chrome.google.com/webstore/detail/shutterkeys/mmnoiabpkfeocgiadbmmbiakgndjlgdn
विवरण Shutterkeys is a very simple Google Chrome extension which helps you to copy keywords from a Shutterstock image/vector/video page.
फ़ाइल का आकार 13.69 KB
स्थापना संख्या 800
वर्तमान संस्करण 2.2
अंतिम अपडेट 2021-12-17
प्रकाशन तिथि 2020-06-30
रेटिंग 4.27/5 कुल 15 रेटिंग्स
डेवलपर Andras Gyula Csontos
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ShutterKeys",
    "description": "Shutterkeys is a very simple Google Chrome extension which helps you to copy keywords from a Shutterstock image\/vector\/video page.",
    "version": "2.2",
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.shutterstock.com\/*"
            ],
            "js": [
                "popup.js",
                "content.js"
            ]
        }
    ],
    "manifest_version": 2
}