IAsk: self-answering notes

IAsk: self-answering notes

Wat is IAsk: self-answering notes?

IAsk: self-answering notes is een Chrome-extensie ontwikkeld door tomasy, en de belangrijkste functie is "IAsk: self-answering notes".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie IAsk: self-answering notes

Download IAsk: self-answering notes-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Q&A notes, inspired by Socrates

Updates:
v1.2.0 Dashboard & Template                    

Basisinformatie over de Extensie

Naam IAsk: self-answering notes IAsk: self-answering notes
ID mfcephmcajnkojllohafipoangebohee
Officiële URL https://chromewebstore.google.com/detail/iask-self-answering-notes/mfcephmcajnkojllohafipoangebohee
Beschrijving IAsk: self-answering notes
Bestandsgrootte 1.39 MB
Aantal Installaties 29
Huidige Versie 1.2.0
Laatst Bijgewerkt 2020-06-23
Publicatiedatum 2020-06-23
Ontwikkelaar tomasy
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/solobat/IAsk
Help Pagina-URL https://github.com/solobat/IAsk/issues
URL van de Privacybeleid Pagina https://ihelpers.xyz/privacy
Ondersteunde Talen 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\/"
    ]
}