URSTYLE Clipper Tool

Save items you love to URSTYLE.com

什麼是URSTYLE Clipper Tool?

URSTYLE Clipper Tool是由https://urstyle.fashion開發的Chrome擴展程式,該擴展的主要功能是“Save items you love to URSTYLE.com”。

擴展截圖

screenshot
screenshot

下載URSTYLE Clipper Tool擴展crx文件

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

擴展使用說明

                        The URSTYLE Clipper Tool is the easiest way to add images from accross the web to URSTYLE. After adding the extension click the URSTYLE Clipper button on the browser to save images from your favourite stores, fashion blogs and other websites that inspire your style.                    

擴展基本資訊

名稱 URSTYLE Clipper Tool URSTYLE Clipper Tool
ID fdjlldokfdiglkajbadmgbmbnljokpag
官方網址 https://chromewebstore.google.com/detail/urstyle-clipper-tool/fdjlldokfdiglkajbadmgbmbnljokpag
簡介 Save items you love to URSTYLE.com
檔案大小 40.26 KB
安裝次數 4,579
目前版本 1.8
更新時間 2022-07-16
上架時間 2019-12-09
評分 2.17/5 共 29 次評分
開發者 https://urstyle.fashion
電子郵箱 [email protected]
付費類型 free
擴展官網 https://urstyle.fashion
說明頁面URL https://urstyle.fashion/community
隱私政策頁面URL https://urstyle.com/privacy_policy
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "URSTYLE Clipper Tool",
    "version": "1.8",
    "description": "Save items you love to URSTYLE.com",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/ur_19.png",
            "38": "images\/ur_38.png"
        },
        "default_title": "+TAG"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.urstyle.com\/*",
            "*:\/\/*.urstyle.fashion\/*"
        ]
    },
    "icons": {
        "16": "images\/ur_16.png",
        "32": "images\/ur_32.png",
        "48": "images\/ur_48.png",
        "128": "images\/ur_128.png"
    },
    "manifest_version": 2
}