ACS ChemWorx Importer (Unofficial)

ACS ChemWorx Importer Unofficial Chrome Extension

什麼是ACS ChemWorx Importer (Unofficial)?

ACS ChemWorx Importer (Unofficial)是由Carck開發的Chrome擴展程式,該擴展的主要功能是“ACS ChemWorx Importer Unofficial Chrome Extension”。

下載ACS ChemWorx Importer (Unofficial)擴展crx文件

下載ACS ChemWorx Importer (Unofficial)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        For users of ACS ChemWorx.                    

擴展基本資訊

名稱 ACS ChemWorx Importer (Unofficial) ACS ChemWorx Importer (Unofficial)
ID alpnmckbipgiogibmkmphomcbghkiind
官方網址 https://chrome.google.com/webstore/detail/acs-chemworx-importer-uno/alpnmckbipgiogibmkmphomcbghkiind
簡介 ACS ChemWorx Importer Unofficial Chrome Extension
檔案大小 40.42 KB
安裝次數 36
目前版本 1.0
更新時間 2013-10-09
上架時間 2013-10-09
評分 5.00/5 共 1 次評分
開發者 Carck
付費類型 free
支援的語言 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
}