URSTYLE Clipper Tool

Save items you love to URSTYLE.com

URSTYLE Clipper Tool là gì?

URSTYLE Clipper Tool là một tiện ích mở rộng Chrome được phát triển bởi https://urstyle.fashion, và tính năng chính của nó là "Save items you love to URSTYLE.com".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng URSTYLE Clipper Tool

Tải xuống các tệp mở rộng URSTYLE Clipper Tool dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên URSTYLE Clipper Tool URSTYLE Clipper Tool
ID fdjlldokfdiglkajbadmgbmbnljokpag
URL Chính Thức https://chromewebstore.google.com/detail/urstyle-clipper-tool/fdjlldokfdiglkajbadmgbmbnljokpag
Mô tả Save items you love to URSTYLE.com
Kích Thước Tệp 40.26 KB
Số Lần Cài Đặt 4,579
Phiên Bản Hiện Tại 1.8
Cập Nhật Lần Cuối 2022-07-16
Ngày Phát Hành 2019-12-09
Đánh Giá 2.17/5 Tổng số 29 Đánh Giá
Nhà Phát Triển https://urstyle.fashion
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://urstyle.fashion
URL Trang Trợ Giúp https://urstyle.fashion/community
URL Trang Chính Sách Bảo Mật https://urstyle.com/privacy_policy
Ngôn Ngữ Được Hỗ Trợ 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
}