ShutterKeys

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

Cos'è ShutterKeys?

ShutterKeys è un'estensione di Chrome sviluppata da Andras Gyula Csontos, e la sua funzione principale è "Shutterkeys is a very simple Google Chrome extension which helps you to copy keywords from a Shutterstock image/vector/video page.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione ShutterKeys

Scarica i file di estensione ShutterKeys in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome ShutterKeys ShutterKeys
ID mmnoiabpkfeocgiadbmmbiakgndjlgdn
URL Ufficiale https://chrome.google.com/webstore/detail/shutterkeys/mmnoiabpkfeocgiadbmmbiakgndjlgdn
Descrizione Shutterkeys is a very simple Google Chrome extension which helps you to copy keywords from a Shutterstock image/vector/video page.
Dimensione del File 13.69 KB
Conteggio Installazioni 800
Versione Corrente 2.2
Ultimo Aggiornamento 2021-12-17
Data di Pubblicazione 2020-06-30
Valutazione 4.27/5 Totale 15 Valutazioni
Sviluppatore Andras Gyula Csontos
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}