Yandex.Collections

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

Yandex.Collections란 무엇입니까?

Yandex.Collections은(는) https://yandex.ru에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add images to your collections in just a couple of clicks and browse them wherever you want"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Yandex.Collections 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Расширение поможет вам собирать свои находки в интернете — изображения, к которым хочется вернуться. Например, фотографии интерьеров и красивых мест, идеи для модных образов или просто красивые картинки. Добавляйте изображения в свои коллекции в два клика — они будут храниться на сайте 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'"
}