EOS KIT

EOS holders must need this extension, you will never miss out on any big events!

EOS KITคืออะไร?

EOS KIT เป็นส่วนขยายของ Chrome ที่พัฒนาโดย MEET.ONE และคุณลักษณะหลักของมันคือ "EOS holders must need this extension, you will never miss out on any big events!"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        EOS KIT is a tiny extension, which collects all EOS informations. Just open one tab, you can quickly browse the latest news, EOS market and all types of Dapps. No need to waste time, to look for a large number of EOS messages, fully integrated.
 
Function:
*  Information: aggregates all EOS news, including the EOS.IO, Medium, Steemit, etc.
*  Price: real-time EOS price, including historical prices, Chart of top EOS holders.
*  Twitter: browse the latest tweets of EOS related accounts in one page.
*  Dapps Index: include all EOS-based projects, never search around again.
*  EOS KIT will replace your default tab, become your home page, so you don't miss anything.                    

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

ชื่อ EOS KIT EOS KIT
ID hiaddgihenoiohaoelnclcbjgjjflfhc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/eos-kit/hiaddgihenoiohaoelnclcbjgjjflfhc
คำอธิบาย EOS holders must need this extension, you will never miss out on any big events!
ขนาดไฟล์ 2.12 MB
จำนวนการติดตั้ง 1,000
เวอร์ชันปัจจุบัน 1.0.14
อัปเดตครั้งล่าสุด 2019-04-16
วันที่เผยแพร่ 2019-04-15
คะแนน 4.95/5 รวมทั้งหมด 21 คะแนน
ผู้พัฒนา MEET.ONE
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "EOS KIT",
    "short_name": "EOS KIT",
    "version": "1.0.14",
    "description": "EOS holders must need this extension, you will never miss out on any big events!",
    "author": "MEET.ONE TEAM",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/favicon-16x16.png",
        "32": "icons\/favicon-32x32.png",
        "48": "icons\/favicon-48x48.png",
        "96": "icons\/favicon-96x96.png",
        "128": "icons\/favicon-128x128.png",
        "192": "icons\/favicon-192x192.png"
    },
    "homepage_url": "https:\/\/meet.one",
    "permissions": [
        "*:\/\/*.ethte.com\/",
        "*:\/\/*.meet.one\/",
        "cookies"
    ],
    "browser_action": {
        "default_title": "MEET.ONE EOS KIT",
        "default_popup": "pages\/popup.html"
    },
    "background": {
        "persistent": false,
        "page": "pages\/background.html"
    },
    "chrome_url_overrides": {
        "newtab": "pages\/redirect.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' http:\/\/localhost:8098; object-src 'self'"
}