Suplexed: Sneaker Release Calendar

Browse upcoming sneaker releases and get easy access to the release links.

什么是Suplexed: Sneaker Release Calendar?

Suplexed: Sneaker Release Calendar是由http://suplexed.com开发的Chrome扩展程序,该扩展的主要功能是“Browse upcoming sneaker releases and get easy access to the release links.”。

扩展截图

screenshot
screenshot

下载Suplexed: Sneaker Release Calendar扩展crx文件

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

扩展使用说明

                        Suplexed.com brings you the release calendar to your browser.                    

扩展基本信息

名称 Suplexed: Sneaker Release Calendar Suplexed: Sneaker Release Calendar
ID kmggcbkgkfjngaienmnolfhomgdpldmd
官方URL https://chrome.google.com/webstore/detail/suplexed-sneaker-release/kmggcbkgkfjngaienmnolfhomgdpldmd
简介 Browse upcoming sneaker releases and get easy access to the release links.
文件大小 1.75 MB
安装次数 521
当前版本 2.0.2.0
更新时间 2019-07-24
上架时间 2019-07-24
评分 5.00/5 共1次评分
开发者 http://suplexed.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://suplexed.com
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": {
            "19": "assets\/icons\/icon-19.png",
            "38": "assets\/icons\/icon-38.png"
        },
        "default_title": "Suplexed: Sneaker Release Calendar"
    },
    "chrome_url_overrides": {
        "newtab": "tabs.html"
    },
    "description": "Browse upcoming sneaker releases and get easy access to the release links.",
    "icons": {
        "128": "assets\/icons\/icon-128.png",
        "16": "assets\/icons\/icon-16.png"
    },
    "manifest_version": 2,
    "name": "Suplexed: Sneaker Release Calendar",
    "short_name": " Suplexed",
    "permissions": [
        "storage",
        "webRequest",
        "tabs",
        "activeTab"
    ],
    "version": "2.0.2.0",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    }
}