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
擴展基本資訊
名稱 | flowmarketcap |
ID | moamklnoogobahimefnpjelpandnljjd |
官方網址 | 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'" } |