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
Eメール [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"
            ]
        }
    ]
}