IAsk: self-answering notes
IAsk: self-answering notes
ما هو IAsk: self-answering notes؟
IAsk: self-answering notes هو إضافة Chrome تم تطويرها بواسطة tomasy، والميزة الرئيسية لها هي "IAsk: self-answering notes".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة IAsk: self-answering notes
قم بتنزيل ملفات الامتداد IAsk: self-answering notes بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Q&A notes, inspired by Socrates
Updates:
v1.2.0 Dashboard & Template معلومات أساسية عن التمديد
| الاسم | |
| ID | mfcephmcajnkojllohafipoangebohee |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/iask-self-answering-notes/mfcephmcajnkojllohafipoangebohee |
| الوصف | IAsk: self-answering notes |
| حجم الملف | 1.39 MB |
| عدد التثبيتات | 29 |
| النسخة الحالية | 1.2.0 |
| آخر تحديث | 2020-06-23 |
| تاريخ النشر | 2020-06-23 |
| المطور | tomasy |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://github.com/solobat/IAsk |
| عنوان صفحة المساعدة | https://github.com/solobat/IAsk/issues |
| عنوان صفحة سياسة الخصوصية | https://ihelpers.xyz/privacy |
| اللغات المدعومة | en,zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_extName__",
"short_name": "__MSG_extShortName__",
"version": "1.2.0",
"description": "__MSG_extDesc__",
"background": {
"page": "background.html"
},
"default_locale": "zh_CN",
"browser_action": {
"default_icon": "assets\/img\/icon.png",
"default_title": "IAsk",
"default_popup": "popup.html"
},
"icons": {
"16": "assets\/img\/icon.png",
"48": "assets\/img\/icon.png",
"128": "assets\/img\/icon.png"
},
"web_accessible_resources": [
"assets\/*",
"newtab.html",
"popup.html",
"callback.html"
],
"options_page": "options.html",
"content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/at.alicdn.com; object-src 'self'",
"permissions": [
"storage",
"https:\/\/api.dropboxapi.com\/"
]
} | |