EMSCharts Filler

Autofills EMSCharts with defaults.

EMSCharts Fillerคืออะไร?

EMSCharts Filler เป็นส่วนขยายของ Chrome ที่พัฒนาโดย cmattoon และคุณลักษณะหลักของมันคือ "Autofills EMSCharts with defaults."

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

screenshot
screenshot

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

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

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

                        Visit http://cmattoon.github.io/chartfiller/ for more information.

To report an issue, visit https://github.com/chartfiller/chartfiller/issues

This is NOT supported by emscharts.com.                    

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

ชื่อ EMSCharts Filler EMSCharts Filler
ID nbhcjidkipddkpjehegpgjiijedokgnf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/emscharts-filler/nbhcjidkipddkpjehegpgjiijedokgnf
คำอธิบาย Autofills EMSCharts with defaults.
ขนาดไฟล์ 95.19 KB
จำนวนการติดตั้ง 347
เวอร์ชันปัจจุบัน 0.1.4
อัปเดตครั้งล่าสุด 2019-05-26
วันที่เผยแพร่ 2019-05-26
คะแนน 4.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา cmattoon
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://cmattoon.github.io/chartfiller/
URL หน้าช่วยเหลือ https://github.com/cmattoon/chartfiller/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "EMSCharts Filler",
    "short_name": "Chartfiller",
    "version": "0.1.4",
    "description": "Autofills EMSCharts with defaults.",
    "manifest_version": 2,
    "background": {
        "persistent": false,
        "scripts": [
            "bg.js"
        ]
    },
    "icons": {
        "16": "icon_16.png",
        "128": "icon_128.png"
    },
    "options_page": "options.html",
    "permissions": [
        "https:\/\/*.emscharts.com\/pr\/",
        "storage"
    ],
    "web_accessible_resources": [
        "inject.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.emscharts.com\/pr\/page2.cfm?*"
            ],
            "js": [
                "jquery-1.8.3.min.js",
                "page2.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/www.emscharts.com\/pr\/page3.cfm?*"
            ],
            "js": [
                "jquery-1.8.3.min.js",
                "page3.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/www.emscharts.com\/pr\/page4.cfm?*"
            ],
            "js": [
                "jquery-1.8.3.min.js",
                "page4.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/www.emscharts.com\/pr\/page5.cfm?*"
            ],
            "js": [
                "jquery-1.8.3.min.js",
                "page5.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/www.emscharts.com\/pr\/page8.cfm?*"
            ],
            "js": [
                "jquery-1.8.3.min.js",
                "page8.js"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_title": "EMSCharts Filler",
        "default_popup": "popup.html"
    }
}