Anywish | Wishlists and online gift lists

Instantly add gift ideas to your Anywish wishlists, from any online store you're visiting.

什麼是Anywish | Wishlists and online gift lists?

Anywish | Wishlists and online gift lists是由https://anywish.app開發的Chrome擴展程式,該擴展的主要功能是“Instantly add gift ideas to your Anywish wishlists, from any online store you're visiting.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Anywish | Wishlists and online gift lists擴展crx文件

下載Anywish | Wishlists and online gift lists擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Click the Anywish extension button or right-click on an image, link, or selected text then select "Add to Anywish..." to add items to your wishlists.

Your gift ideas are stored safely on your Anywish account. Visit anywish.app from any device to organize your wishlists and share them. 

Your friends and family won't need to download anything or even open an account to see your list.

Add the Anywish extension now and say goodbye to terrible gifts.                    

擴展基本資訊

名稱 Anywish | Wishlists and online gift lists Anywish | Wishlists and online gift lists
ID llndhaljdlfpibaoneimjijoapkalckm
官方網址 https://chromewebstore.google.com/detail/anywish-wishlists-and-onl/llndhaljdlfpibaoneimjijoapkalckm
簡介 Instantly add gift ideas to your Anywish wishlists, from any online store you're visiting.
檔案大小 10.42 MB
安裝次數 89
目前版本 2.0.3
更新時間 2022-11-01
上架時間 2021-04-02
開發者 https://anywish.app
電子郵箱 [email protected]
付費類型 free
擴展官網 https://anywish.app
隱私政策頁面URL https://anywish.app/privacy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "short_name": "__MSG_productName__",
    "author": "__MSG_productName__",
    "version": "2.0.3",
    "description": "__MSG_extensionDescription__",
    "homepage_url": "https:\/\/anywish.app",
    "default_locale": "en",
    "permissions": [
        "activeTab",
        "contextMenus",
        "identity",
        "storage",
        "https:\/\/*.anywish.app\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' blob:; object-src 'self';",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_title": "__MSG_addItem__",
        "default_icon": {
            "16": "icons\/32.png",
            "32": "icons\/64.png",
            "48": "icons\/96.png",
            "64": "icons\/128.png",
            "128": "icons\/256.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content-scripts.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "chunk.*.js",
        "videos\/*.mp4"
    ],
    "options_ui": {
        "page": "options.html"
    },
    "icons": {
        "16": "icons\/32.png",
        "32": "icons\/64.png",
        "48": "icons\/96.png",
        "64": "icons\/128.png",
        "128": "icons\/256.png"
    },
    "manifest_version": 2
}