IAsk: self-answering notes
IAsk: self-answering notes
什麼是IAsk: self-answering notes?
IAsk: self-answering notes是由tomasy開發的Chrome擴展程式,該擴展的主要功能是“IAsk: self-answering notes”。
擴展截圖
下載IAsk: self-answering notes擴展crx文件
下載IAsk: self-answering notes擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Q&A notes, inspired by Socrates Updates: v1.2.0 Dashboard & Template
擴展基本資訊
名稱 | IAsk: self-answering notes |
ID | mfcephmcajnkojllohafipoangebohee |
官方網址 | 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\/" ] } |