Wishi Me

Add items you really own to your Wishi closet

Wishi Me란 무엇입니까?

Wishi Me은(는) https://www.wishi.me에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add items you really own to your Wishi closet"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Wishi Me 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        WiShi offers a new way for people to get dressed every day by connecting amateur and professional stylists with people who seek help with styling, based on their real closet.
With this Chrome extension, it is simple for users to add items of their favorite brands that they really own to their WiShi virtual closet.

When activated, the extension scans the page for images and adds the Wishi icon to each image. When clicking the icon the user gets redirected to his/her closet on Wishi website where he confirms the new item and it's being added to his closet.                    

확장 프로그램 기본 정보

이름 Wishi Me Wishi Me
ID ejgkbedlladlhfjmmgpndphhkjcenkgc
공식 URL https://chromewebstore.google.com/detail/wishi-me/ejgkbedlladlhfjmmgpndphhkjcenkgc
설명 Add items you really own to your Wishi closet
파일 크기 54.3 KB
설치 횟수 118
현재 버전 1.0.0
최근 업데이트 2019-03-05
출시 날짜 2019-03-05
평점 5.00/5 총 7 개의 평점
개발자 https://www.wishi.me
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wishi Me",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Add items you really own to your Wishi closet",
    "icons": {
        "16": "wishi16.png",
        "48": "wishi48.png",
        "128": "wishi128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "http:\/\/*.wishi.me\/*",
                "https:\/\/*.wishi.me\/*",
                "http:\/\/wishi.me\/*",
                "https:\/\/wishi.me\/*"
            ],
            "css": [
                "pageContent.min.css"
            ],
            "js": [
                "jquery-2.2.0.min.js",
                "pageContent.min.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "onClick.js"
        ]
    },
    "browser_action": {
        "default_icon": "wishi16.png",
        "default_title": "Wishi Me"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/",
        "http:\/\/*.wishi.me\/"
    ]
}