ACS ChemWorx Importer (Unofficial)

ACS ChemWorx Importer Unofficial Chrome Extension

ACS ChemWorx Importer (Unofficial) là gì?

ACS ChemWorx Importer (Unofficial) là một tiện ích mở rộng Chrome được phát triển bởi Carck, và tính năng chính của nó là "ACS ChemWorx Importer Unofficial Chrome Extension".

Tải xuống tệp CRX của tiện ích mở rộng ACS ChemWorx Importer (Unofficial)

Tải xuống các tệp mở rộng ACS ChemWorx Importer (Unofficial) 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

                        For users of ACS ChemWorx.                    

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

Tên ACS ChemWorx Importer (Unofficial) ACS ChemWorx Importer (Unofficial)
ID alpnmckbipgiogibmkmphomcbghkiind
URL Chính Thức https://chrome.google.com/webstore/detail/acs-chemworx-importer-uno/alpnmckbipgiogibmkmphomcbghkiind
Mô tả ACS ChemWorx Importer Unofficial Chrome Extension
Kích Thước Tệp 40.42 KB
Số Lần Cài Đặt 36
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2013-10-09
Ngày Phát Hành 2013-10-09
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Carck
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_title": "ACS ChemWorx Importer (Unofficial)"
    },
    "name": "ACS ChemWorx Importer (Unofficial)",
    "description": "ACS ChemWorx Importer Unofficial Chrome Extension",
    "icons": {
        "16": "icon-16.png",
        "22": "icon-22.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "64": "icon-64.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "1.0",
    "manifest_version": 2
}