flowmarketcap
A Vue Browser Extension
flowmarketcapとは何ですか?
flowmarketcapはhttps://flowmarketcap.comによって開発されたChromeの拡張機能で、その主な機能は「A Vue Browser Extension」です。
拡張機能のスクリーンショット
flowmarketcap拡張機能のCRXファイルをダウンロード
flowmarketcap拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Browse market cap information seamlessly while visiting nbatopshot.com without having to switch tabs / windows. Open the extension on a moment page and the moment's information should pop up 拡張機能の基本情報
| 名前 | |
| ID | moamklnoogobahimefnpjelpandnljjd |
| 公式URL | https://chromewebstore.google.com/detail/flowmarketcap/moamklnoogobahimefnpjelpandnljjd |
| 説明 | A Vue Browser Extension |
| ファイルサイズ | 614 KB |
| インストール数 | 204 |
| 現在のバージョン | 1.2.0 |
| 最終更新日 | 2022-04-11 |
| 公開日 | 2021-04-28 |
| 評価 | 5.00/5 合計 5 レビュー |
| 開発者 | https://flowmarketcap.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://flowmarketcap.com/ |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_extName__",
"homepage_url": "http:\/\/localhost:8080\/",
"description": "A Vue Browser Extension",
"default_locale": "en",
"permissions": [
"activeTab",
"webRequest",
"webNavigation",
"tabs",
"storage",
"https:\/\/www.nbatopshot.com\/*",
"https:\/\/nbatopshot.com\/*",
"https:\/\/www.ufcstrike.com\/*",
"https:\/\/ufcstrike.com\/*",
"https:\/\/www.marketplace.nflallday.com\/*",
"https:\/\/marketplace.nflallday.com\/*",
"https:\/\/www.flowmarketcap.com\/*",
"https:\/\/flowmarketcap.com\/*"
],
"icons": {
"16": "icons\/16.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"browser_action": {
"default_popup": "popup.html",
"default_title": "__MSG_extName__",
"default_icon": {
"19": "icons\/19.png",
"38": "icons\/38.png"
}
},
"options_ui": {
"page": "options.html",
"browser_style": true
},
"version": "1.2.0",
"content_security_policy": "script-src 'self' ; object-src 'self'"
} | |