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 |
官方網址 | 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" } ] } |