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文件

下載Wishi Me擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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\/"
    ]
}