Sassique Snip Button

Snip your favorite looks and products

什麼是Sassique Snip Button?

Sassique Snip Button是由https://sassique.com開發的Chrome擴展程式,該擴展的主要功能是“Snip your favorite looks and products”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Sassique Snip Button擴展crx文件

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

擴展使用說明

                        The Snip Button can be used to collect images from other fashion websites for shopping and inspiration. These images will link back to the original websites where they were found, and can be collected and arranged into lists and looks in your personal Sassique profile.                    

擴展基本資訊

名稱 Sassique Snip Button Sassique Snip Button
ID ohhbolhhdgamielooefpkdbdinlocmbg
官方網址 https://chromewebstore.google.com/detail/sassique-snip-button/ohhbolhhdgamielooefpkdbdinlocmbg
簡介 Snip your favorite looks and products
檔案大小 88.64 KB
安裝次數 285
目前版本 1.5
更新時間 2021-08-21
上架時間 2019-01-13
評分 5.00/5 共 2 次評分
開發者 https://sassique.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://sassique.com
說明頁面URL https://sassique.com/faq
隱私政策頁面URL https://www.sassique.com/privacy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sassique Snip Button",
    "description": "Snip your favorite looks and products",
    "version": "1.5",
    "browser_action": {
        "default_icon": "icon-snip.png"
    },
    "background": {
        "scripts": [
            "event.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-latest.min.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icon-snip16.png",
        "48": "icon-snip48.png",
        "128": "icon-snip128.png"
    },
    "permissions": [
        ""
    ]
}