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 파일 다운로드

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

확장 프로그램 사용 설명서

                        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
공식 URL 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
}