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
Eメール [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\/"
    ]
}