IAsk: self-answering notes

IAsk: self-answering notes

什么是IAsk: self-answering notes?

IAsk: self-answering notes是由tomasy开发的Chrome扩展程序,该扩展的主要功能是“IAsk: self-answering notes”。

扩展截图

screenshot
screenshot
screenshot

下载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 IAsk: self-answering notes
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\/"
    ]
}