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 |
公式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 |
Eメール | [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 } } |