ACS ChemWorx Importer (Unofficial)
ACS ChemWorx Importer Unofficial Chrome Extension
ما هو ACS ChemWorx Importer (Unofficial)؟
ACS ChemWorx Importer (Unofficial) هو إضافة Chrome تم تطويرها بواسطة Carck، والميزة الرئيسية لها هي "ACS ChemWorx Importer Unofficial Chrome Extension".
تحميل ملف CRX للإضافة ACS ChemWorx Importer (Unofficial)
قم بتنزيل ملفات الامتداد ACS ChemWorx Importer (Unofficial) بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
For users of ACS ChemWorx.
معلومات أساسية عن التمديد
الاسم | |
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 } |