IAsk: self-answering notes
IAsk: self-answering notes
What is IAsk: self-answering notes?
IAsk: self-answering notes is a Chrome extension developed by tomasy, and its main feature is "IAsk: self-answering notes".
Extension Screenshots
Download IAsk: self-answering notes Extension CRX File
Download IAsk: self-answering notes 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
Q&A notes, inspired by Socrates
Updates:
v1.2.0 Dashboard & Template Extension Basic Information
| Name | |
| ID | mfcephmcajnkojllohafipoangebohee |
| Official URL | https://chromewebstore.google.com/detail/iask-self-answering-notes/mfcephmcajnkojllohafipoangebohee |
| Description | IAsk: self-answering notes |
| File Size | 1.39 MB |
| Installation Count | 29 |
| Current Version | 1.2.0 |
| Last Updated | 2020-06-23 |
| Publish Date | 2020-06-23 |
| Developer | tomasy |
| [email protected] | |
| Payment Type | free |
| Extension Website | https://github.com/solobat/IAsk |
| Help Page URL | https://github.com/solobat/IAsk/issues |
| Privacy Policy Page URL | https://ihelpers.xyz/privacy |
| Supported Languages | 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\/"
]
} | |