ShutterKeys

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

Was ist ShutterKeys?

ShutterKeys ist eine Chrome-Erweiterung, die von Andras Gyula Csontos entwickelt wurde, und ihr Hauptmerkmal ist "Shutterkeys is a very simple Google Chrome extension which helps you to copy keywords from a Shutterstock image/vector/video page.".

Erweiterungsscreenshots

screenshot

ShutterKeys-Erweiterungs-CRX-Datei herunterladen

Laden Sie ShutterKeys-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name ShutterKeys ShutterKeys
ID mmnoiabpkfeocgiadbmmbiakgndjlgdn
Offizielle URL https://chrome.google.com/webstore/detail/shutterkeys/mmnoiabpkfeocgiadbmmbiakgndjlgdn
Beschreibung Shutterkeys is a very simple Google Chrome extension which helps you to copy keywords from a Shutterstock image/vector/video page.
Dateigröße 13.69 KB
Installationsanzahl 800
Aktuelle Version 2.2
Letztes Update 2021-12-17
Veröffentlichungsdatum 2020-06-30
Bewertung 4.27/5 Insgesamt 15 Bewertungen
Entwickler Andras Gyula Csontos
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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
}