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
官方URL 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
}