Locker

All of your wishlists - now in one place.

什么是Locker?

Locker是由https://wantlocker.com开发的Chrome扩展程序,该扩展的主要功能是“All of your wishlists - now in one place.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Locker扩展crx文件

下载Locker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        We're guessing that you probably have more than a few tabs open on your laptop right now? You’re in the right place.
👋 Say bye to your 1000 open tabs when you download Locker.  No tabs, no screenshots and no spreadsheets involved - just all of your favorites in one place.
💻 Browse, save, share and recommend your favorites across thousands of brand websites. You can now keep track of all of your favorites in one place, your Locker!
👯 Want to share outfit ideas with your friends? Moving into a new place and trying to find the perfect furniture and accessories? Organize your saves into collections and share your collections with friends so they can help you shop.
👀 Always asking your friends where they got something? Follow your friends and browse what they are saving in their Locker.
💡 Follow other Lockers to get instant shopping inspiration!
🆘 Don't love shopping and need help choosing what to buy? Find a friend who will recommend pieces to you while they shop & receive their recommendations directly to your Locker!
✨ With Locker, you will never have to ask yourself where you saw that “one thing” on that “one website”. All your favorites, now in one place.                    

扩展基本信息

名称 Locker Locker
ID bdacnlgpemjkfhlphdhhpamgopagnlie
官方URL https://chromewebstore.google.com/detail/locker/bdacnlgpemjkfhlphdhhpamgopagnlie
简介 All of your wishlists - now in one place.
文件大小 761 KB
安装次数 10,000
当前版本 0.1.19
更新时间 2024-02-22
上架时间 2020-10-21
评分 4.69/5 共29次评分
开发者 https://wantlocker.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.wantlocker.com
帮助页面URL https://wantlocker.notion.site/Locker-Help-23ca98484c3b42c8962cc67baf702e86
隐私政策页面URL https://www.wantlocker.com/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Locker",
    "version": "0.1.19",
    "description": "All of your wishlists - now in one place.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "content.31987f00.js"
            ],
            "run_at": "document_end",
            "css": []
        }
    ],
    "background": {
        "service_worker": "background.732cf8dd.js",
        "type": "module"
    },
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:28001\/*",
            "https:\/\/*.wantlocker.com\/*"
        ]
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "browser_style": true,
        "default_title": "Locker"
    },
    "icons": {
        "48": ".\/images\/icon.png",
        "128": ".\/images\/icon.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/LockerLogoLoFi.png",
                "images\/enter.svg",
                "images\/gift.svg",
                "images\/gradient80.webp",
                "images\/icon-dev.png",
                "images\/icon.png",
                "images\/left.svg",
                "images\/lock.svg",
                "images\/logotype.png",
                "images\/logout.svg",
                "images\/plus.svg",
                "images\/right.svg",
                "images\/search.svg",
                "images\/share.svg",
                "images\/x.svg",
                "images\/tutorial\/manually_open.webp",
                "images\/onboarding\/organize.webp",
                "images\/onboarding\/save.webp",
                "images\/onboarding\/view.webp",
                "content\/App.js",
                "content\/Navigator.js",
                "content\/Root.js",
                "content.31987f00.js",
                "content\/queries.js",
                "content\/styles.css"
            ],
            "matches": [
                ""
            ]
        },
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "resources": [
                "content.0a1874e1.css"
            ]
        }
    ]
}