18天.stock

股市即時資訊,可關注大盤、個股等即時報價,提供下單前的參考。

18天.stock란 무엇입니까?

18天.stock은(는) 林龍吉에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "股市即時資訊,可關注大盤、個股等即時報價,提供下單前的參考。"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

18天.stock 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        18天.stock 提供一個方便又實用的工具,讓同為股市的愛好者,透過簡單的設定,可以即時追蹤喜好的個股資訊。

後續會繼續提供新的功能,持續精進套件的功能。                    

확장 프로그램 기본 정보

이름 18天.stock 18天.stock
ID kfgfkmemaocopekindpheodngjcijajf
공식 URL https://chromewebstore.google.com/detail/18%E5%A4%A9stock/kfgfkmemaocopekindpheodngjcijajf
설명 股市即時資訊,可關注大盤、個股等即時報價,提供下單前的參考。
파일 크기 3.03 MB
설치 횟수 205
현재 버전 2.6
최근 업데이트 2024-03-01
출시 날짜 2021-04-21
평점 5.00/5 총 4 개의 평점
개발자 林龍吉
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://line.soocker.com/chrome/privacy.html
지원되는 언어 zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "author": "[email protected]",
    "name": "18\u5929.stock",
    "description": "\u80a1\u5e02\u5373\u6642\u8cc7\u8a0a\uff0c\u53ef\u95dc\u6ce8\u5927\u76e4\u3001\u500b\u80a1\u7b49\u5373\u6642\u5831\u50f9\uff0c\u63d0\u4f9b\u4e0b\u55ae\u524d\u7684\u53c3\u8003\u3002",
    "version": "2.6",
    "icons": {
        "16": "img\/icon16.png",
        "64": "img\/icon64.png",
        "128": "img\/icon128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "img\/icon16.png",
            "64": "img\/icon64.png",
            "128": "img\/icon128.png"
        }
    },
    "options_page": "options.html",
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "permissions": [
        "alarms",
        "contextMenus",
        "storage",
        "notifications"
    ]
}