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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
| URL หน้าช่วยเหลือ | https://github.com/solobat/IAsk/issues |
| URL หน้านโยบายความเป็นส่วนตัว | 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\/"
]
} | |