WishListo
Easily create your birthday wishlist, baby registry, wedding registry, christmas wishlist!
WishListoとは何ですか?
WishListoはhttps://listesdecadeaux.comによって開発されたChromeの拡張機能で、その主な機能は「Easily create your birthday wishlist, baby registry, wedding registry, christmas wishlist!」です。
拡張機能のスクリーンショット
WishListo拡張機能のCRXファイルをダウンロード
WishListo拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The WishListo browser extension allows you to add gifts to your wishlists in one click while browsing your favourite web stores. WishListo is the easiest way to manage your baby registries, birthday wishlists, wedding registries, christmas wishlists... No matter what the event or occasion, creating a wishlist is easy, and free!
拡張機能の基本情報
名前 | WishListo |
ID | fdkjiocjncdhpmienmepiodnpbnedlmj |
公式URL | https://chromewebstore.google.com/detail/wishlisto/fdkjiocjncdhpmienmepiodnpbnedlmj |
説明 | Easily create your birthday wishlist, baby registry, wedding registry, christmas wishlist! |
ファイルサイズ | 16.08 KB |
インストール数 | 979 |
現在のバージョン | 1.1.6 |
最終更新日 | 2019-11-11 |
公開日 | 2019-11-10 |
開発者 | https://listesdecadeaux.com |
支払い方法 | free |
対応言語 | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_manifest_name__", "description": "__MSG_manifest_description__", "version": "1.1.6", "default_locale": "en", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "activeTab" ], "browser_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_title": "__MSG_manifest_browser_action_title__", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.listesdecadeaux.com\/*", "*:\/\/*.wishlisto.com\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |