ShutterKeys

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

Qu'est-ce que ShutterKeys ?

ShutterKeys est une extension Chrome développée par Andras Gyula Csontos, et sa fonction principale est "Shutterkeys is a very simple Google Chrome extension which helps you to copy keywords from a Shutterstock image/vector/video page.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension ShutterKeys

Téléchargez les fichiers d'extension ShutterKeys au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom ShutterKeys ShutterKeys
ID mmnoiabpkfeocgiadbmmbiakgndjlgdn
URL Officiel https://chrome.google.com/webstore/detail/shutterkeys/mmnoiabpkfeocgiadbmmbiakgndjlgdn
Description Shutterkeys is a very simple Google Chrome extension which helps you to copy keywords from a Shutterstock image/vector/video page.
Taille du Fichier 13.69 KB
Nombre d'Installations 800
Version Actuelle 2.2
Dernière Mise à Jour 2021-12-17
Date de Publication 2020-06-30
Évaluation 4.27/5 Total 15 Évaluations
Développeur Andras Gyula Csontos
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}