Wished
Wish for anything, anywhere
Wishedとは何ですか?
Wishedはhttps://www.wished.onlineによって開発されたChromeの拡張機能で、その主な機能は「Wish for anything, anywhere」です。
拡張機能のスクリーンショット
Wished拡張機能のCRXファイルをダウンロード
Wished拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Wished is your universal wishlist for all of your favourite shopping sites. Create multiple wishlists, share them with friends and family, and even get notified of price updates! With our easy-to-use and customizable wishlist extension, you will be able to save their favourite products and purchase them later with just a few clicks. Our extension is fully compatible with any online store and can easily provide you Key Features: - Easy-to-use and intuitive interface - Compatible with any online store - Share wishlists with friends and family - Be notified of price drops - Ability to add and manage unlimited items in all of your wishlists
拡張機能の基本情報
名前 | Wished |
ID | hhnahkmehhkjemigopkkkamciojfmcbh |
公式URL | https://chromewebstore.google.com/detail/wished/hhnahkmehhkjemigopkkkamciojfmcbh |
説明 | Wish for anything, anywhere |
ファイルサイズ | 325 KB |
インストール数 | 35 |
現在のバージョン | 1.4.1 |
最終更新日 | 2023-11-19 |
公開日 | 2021-03-12 |
評価 | 5.00/5 合計 8 レビュー |
開発者 | https://www.wished.online |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.wished.online/ |
ヘルプページのURL | https://www.wished.online/ |
プライバシーポリシーページのURL | https://www.wished.online/privacy-policy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Wished", "version": "1.4.1", "description": "Wish for anything, anywhere", "icons": { "16": "images\/icons\/16.png", "32": "images\/icons\/32.png", "48": "images\/icons\/48.png", "96": "images\/icons\/96.png" }, "browser_action": { "browser_style": true, "default_popup": "popup.htm", "default_icon": { "16": "images\/icons\/16.png", "32": "images\/icons\/32.png" } }, "content_security_policy": "script-src 'self'; object-src 'self'", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "activeTab" ], "background": { "scripts": [ "background.bundle.js" ] }, "content_scripts": [ { "all_frames": false, "js": [ "content.bundle.js" ], "match_about_blank": false, "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ] } |