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 | 
| 电子邮箱 | [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'"
}  |  |