AskWolframAlpha
Use WolframAlpha to answer your questions.
ما هو AskWolframAlpha؟
AskWolframAlpha هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Use WolframAlpha to answer your questions.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة AskWolframAlpha
قم بتنزيل ملفات الامتداد AskWolframAlpha بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This is a simple WolframAlpha extension. The user can enter their query and view the results all within the extension's pop-up window. Feedback is welcome!
معلومات أساسية عن التمديد
الاسم | AskWolframAlpha |
ID | jnmbecdhoccgaogbdpplgihigghfhedi |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/askwolframalpha/jnmbecdhoccgaogbdpplgihigghfhedi |
الوصف | Use WolframAlpha to answer your questions. |
حجم الملف | 45.49 KB |
عدد التثبيتات | 305 |
النسخة الحالية | 1.1 |
آخر تحديث | 2015-03-09 |
تاريخ النشر | 2015-03-08 |
تقييم | 3.40/5 مجموع تقييمات 5 |
المطور | Unknown |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AskWolframAlpha", "description": "Use WolframAlpha to answer your questions.", "version": "1.1", "icons": { "16": "wolframAlpha16.png", "48": "wolframAlpha48.png", "128": "wolframAlpha128.png" }, "permissions": [ "http:\/\/www.wolframalpha.com\/" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |