KeyWords

Extension of the browser for copying keywords from the site Shutterstock (http://shutterstock.com)

KeyWordsคืออะไร?

KeyWords เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ablinov และคุณลักษณะหลักของมันคือ "Extension of the browser for copying keywords from the site Shutterstock (http://shutterstock.com)"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย KeyWords

ดาวน์โหลดไฟล์ส่วนขยาย 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 KeyWords
ID danngdojdnkpienljijhcpjpdmaonmhj
URL อย่างเป็นทางการ 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"
}