IAsk: self-answering notes

IAsk: self-answering notes

Cos'è IAsk: self-answering notes?

IAsk: self-answering notes è un'estensione di Chrome sviluppata da tomasy, e la sua funzione principale è "IAsk: self-answering notes".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione IAsk: self-answering notes

Scarica i file di estensione IAsk: self-answering notes in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Q&A notes, inspired by Socrates

Updates:
v1.2.0 Dashboard & Template                    

Informazioni di Base sull'Estensione

Nome IAsk: self-answering notes IAsk: self-answering notes
ID mfcephmcajnkojllohafipoangebohee
URL Ufficiale https://chromewebstore.google.com/detail/iask-self-answering-notes/mfcephmcajnkojllohafipoangebohee
Descrizione IAsk: self-answering notes
Dimensione del File 1.39 MB
Conteggio Installazioni 29
Versione Corrente 1.2.0
Ultimo Aggiornamento 2020-06-23
Data di Pubblicazione 2020-06-23
Sviluppatore tomasy
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/solobat/IAsk
URL della Pagina di Aiuto https://github.com/solobat/IAsk/issues
URL della Pagina della Politica sulla Privacy https://ihelpers.xyz/privacy
Lingue Supportate 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\/"
    ]
}