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開發的Chrome擴展程式,該擴展的主要功能是“Shutterkeys is a very simple Google Chrome extension which helps you to copy keywords from a Shutterstock image/vector/video page.”。

擴展截圖

screenshot

下載ShutterKeys擴展crx文件

下載ShutterKeys擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
}