KeyWords
Extension of the browser for copying keywords from the site Shutterstock (http://shutterstock.com)
什麼是KeyWords?
KeyWords是由ablinov開發的Chrome擴展程式,該擴展的主要功能是“Extension of the browser for copying keywords from the site Shutterstock (http://shutterstock.com)”。
擴展截圖
下載KeyWords擴展crx文件
下載KeyWords擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
KeyWords is the most modern tool for copying keywords. With KeyWords you can easily copy any keywords with pages of images, illustration, vector and video on the website shutterstock.com Just open the add-KeyWords click on the "Get Keywords" that would get the word and then "Copy Keywords" and the keywords are automatically copied Shutterstock is a trademark of Shutterstock, Inc. All copyrights belong to their authors
擴展基本資訊
名稱 | KeyWords |
ID | danngdojdnkpienljijhcpjpdmaonmhj |
官方網址 | https://chromewebstore.google.com/detail/keywords/danngdojdnkpienljijhcpjpdmaonmhj |
簡介 | Extension of the browser for copying keywords from the site Shutterstock (http://shutterstock.com) |
檔案大小 | 42.58 KB |
安裝次數 | 1,737 |
目前版本 | 4.9.6 |
更新時間 | 2024-03-04 |
上架時間 | 2020-06-30 |
評分 | 4.33/5 共 9 次評分 |
開發者 | ablinov |
電子郵箱 | [email protected] |
付費類型 | free |
說明頁面URL | https://keywords.blinovinfo.ru/ |
支援的語言 | de,en,es,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": "icon64.png", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/www.shutterstock.com\/image-photo*", "https:\/\/www.shutterstock.com\/image-illustration*", "https:\/\/www.shutterstock.com\/image-vector*", "https:\/\/www.shutterstock.com\/*video*" ] } ], "default_locale": "en", "description": "__MSG_Description__", "icons": { "128": "icon128.png", "16": "icon16.png", "19": "icon19.png", "32": "icon32.png", "48": "icon48.png", "64": "icon64.png" }, "manifest_version": 2, "name": "__MSG_Name__", "permissions": [ "clipboardWrite" ], "version": "4.9.6" } |