ACS ChemWorx Importer (Unofficial)
ACS ChemWorx Importer Unofficial Chrome Extension
What is ACS ChemWorx Importer (Unofficial)?
ACS ChemWorx Importer (Unofficial) is a Chrome extension developed by Carck, and its main feature is "ACS ChemWorx Importer Unofficial Chrome Extension".
Download ACS ChemWorx Importer (Unofficial) Extension CRX File
Download ACS ChemWorx Importer (Unofficial) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
For users of ACS ChemWorx.
Extension Basic Information
Name | |
ID | alpnmckbipgiogibmkmphomcbghkiind |
Official URL | https://chrome.google.com/webstore/detail/acs-chemworx-importer-uno/alpnmckbipgiogibmkmphomcbghkiind |
Description | ACS ChemWorx Importer Unofficial Chrome Extension |
File Size | 40.42 KB |
Installation Count | 36 |
Current Version | 1.0 |
Last Updated | 2013-10-09 |
Publish Date | 2013-10-09 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Carck |
Payment Type | free |
Supported Languages | 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 } |