Yandex.Collections

Add images to your collections in just a couple of clicks and browse them wherever you want

Yandex.Collectionsคืออะไร?

Yandex.Collections เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://yandex.ru และคุณลักษณะหลักของมันคือ "Add images to your collections in just a couple of clicks and browse them wherever you want"

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

screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Yandex.Collections ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Расширение поможет вам собирать свои находки в интернете — изображения, к которым хочется вернуться. Например, фотографии интерьеров и красивых мест, идеи для модных образов или просто красивые картинки. Добавляйте изображения в свои коллекции в два клика — они будут храниться на сайте collections.yandex.ru и никуда не пропадут.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Yandex.Collections Yandex.Collections
ID jioahohofgjigkjlbfggopegefbmfnma
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/%D1%8F%D0%BD%D0%B4%D0%B5%D0%BA%D1%81%D0%BA%D0%BE%D0%BB%D0%BB%D0%B5%D0%BA%D1%86%D0%B8%D0%B8/jioahohofgjigkjlbfggopegefbmfnma
คำอธิบาย Add images to your collections in just a couple of clicks and browse them wherever you want
ขนาดไฟล์ 37.12 KB
จำนวนการติดตั้ง 17,534
เวอร์ชันปัจจุบัน 2.0.0.1
อัปเดตครั้งล่าสุด 2021-01-25
วันที่เผยแพร่ 2019-08-03
คะแนน 3.63/5 รวมทั้งหมด 63 คะแนน
ผู้พัฒนา https://yandex.ru
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://yandex.ru/collections
URL หน้าช่วยเหลือ https://yandex.ru/support/collections/
URL หน้านโยบายความเป็นส่วนตัว https://yandex.ru/legal/confidential/index.html
ภาษาที่รองรับ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "2.0.0.1",
    "manifest_version": 2,
    "default_locale": "ru",
    "homepage_url": "https:\/\/yandex.ru\/collections\/",
    "minimum_opera_version": "33.0",
    "icons": {
        "128": "images\/icon128.png",
        "48": "images\/icon48.png",
        "16": "images\/icon16.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon48-dark.png",
        "default_title": "__MSG_button_add__"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "all_frames": true
        }
    ],
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    },
    "options_page": "options\/options.html",
    "permissions": [
        "contextMenus",
        "storage",
        ""
    ],
    "web_accessible_resources": [
        "public\/css\/index.css",
        "proxy\/proxy.html"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self' 'unsafe-eval'"
}