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.”。
擴展截圖
下載Suplexed: Sneaker Release Calendar擴展crx文件
下載Suplexed: Sneaker Release Calendar擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Suplexed.com brings you the release calendar to your browser.
擴展基本資訊
名稱 | |
ID | kmggcbkgkfjngaienmnolfhomgdpldmd |
官方網址 | 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 } } |