EMSCharts Filler

Autofills EMSCharts with defaults.

EMSCharts Filler là gì?

EMSCharts Filler là một tiện ích mở rộng Chrome được phát triển bởi cmattoon, và tính năng chính của nó là "Autofills EMSCharts with defaults.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng EMSCharts Filler

Tải xuống các tệp mở rộng EMSCharts Filler dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên EMSCharts Filler EMSCharts Filler
ID nbhcjidkipddkpjehegpgjiijedokgnf
URL Chính Thức https://chromewebstore.google.com/detail/emscharts-filler/nbhcjidkipddkpjehegpgjiijedokgnf
Mô tả Autofills EMSCharts with defaults.
Kích Thước Tệp 95.19 KB
Số Lần Cài Đặt 347
Phiên Bản Hiện Tại 0.1.4
Cập Nhật Lần Cuối 2019-05-26
Ngày Phát Hành 2019-05-26
Đánh Giá 4.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển cmattoon
Loại Thanh Toán free
Trang Web Mở Rộng http://cmattoon.github.io/chartfiller/
URL Trang Trợ Giúp https://github.com/cmattoon/chartfiller/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}