flowmarketcap

A Vue Browser Extension

flowmarketcapคืออะไร?

flowmarketcap เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://flowmarketcap.com และคุณลักษณะหลักของมันคือ "A Vue Browser Extension"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย flowmarketcap

ดาวน์โหลดไฟล์ส่วนขยาย 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 flowmarketcap
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'"
}