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」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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 } |