Stokki

Load your favorite stocks sites, all at once, with a single Stock-Ticker submit

Stokkiคืออะไร?

Stokki เป็นส่วนขยายของ Chrome ที่พัฒนาโดย XYZET และคุณลักษณะหลักของมันคือ "Load your favorite stocks sites, all at once, with a single Stock-Ticker submit"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Stokki ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension will allow you to search for your stock-ticker in selected stock websites and searching engines, simultaneously.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Stokki Stokki
ID kbgdmjcjojfdephnmeoajnmfhaojghlb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/stokki/kbgdmjcjojfdephnmeoajnmfhaojghlb
คำอธิบาย Load your favorite stocks sites, all at once, with a single Stock-Ticker submit
ขนาดไฟล์ 1023 KB
จำนวนการติดตั้ง 159
เวอร์ชันปัจจุบัน 1.7
อัปเดตครั้งล่าสุด 2022-02-25
วันที่เผยแพร่ 2022-02-17
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา XYZET
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.xyzet.me/stokki
URL หน้าช่วยเหลือ https://www.xyzet.me/stokki
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Stokki",
    "description": "Load your favorite stocks sites, all at once, with a single Stock-Ticker submit",
    "version": "1.7",
    "manifest_version": 3,
    "permissions": [
        "tabs",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "fix.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icon3.png",
                "icon16.png",
                "icon48.png",
                "icon128.png"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Stokki",
        "default_icon": "icon3.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}