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