Giki

This is Chrome Extension of a micro blogging platform https://giki.app to enable blogging anytime and anywhere from Chrome.

Was ist Giki?

Giki ist eine Chrome-Erweiterung, die von Minghe entwickelt wurde, und ihr Hauptmerkmal ist "This is Chrome Extension of a micro blogging platform https://giki.app to enable blogging anytime and anywhere from Chrome.".

Erweiterungsscreenshots

screenshot

Giki-Erweiterungs-CRX-Datei herunterladen

Laden Sie Giki-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Catch fleeting thoughts and ideas, and write them down with Giki.                    

Grundlegende Informationen zur Erweiterung

Name Giki Giki
ID hcjaennlplpppgfolnagejnpcmbhdjba
Offizielle URL https://chromewebstore.google.com/detail/giki/hcjaennlplpppgfolnagejnpcmbhdjba
Beschreibung This is Chrome Extension of a micro blogging platform https://giki.app to enable blogging anytime and anywhere from Chrome.
Dateigröße 223 KB
Installationsanzahl 76
Aktuelle Version 3.3.0
Letztes Update 2021-01-07
Veröffentlichungsdatum 2020-06-09
Bewertung 5.00/5 Insgesamt 7 Bewertungen
Entwickler Minghe
E-Mail [email protected]
Zahlungsart in_app
Erweiterungswebsite https://giki.app
Hilfeseite URL https://giki.app
Unterstützte Sprachen zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Giki",
    "short_name": "Giki",
    "description": "This is Chrome Extension of a micro blogging platform https:\/\/giki.app to enable blogging anytime and anywhere from Chrome.",
    "version": "3.3.0",
    "author": "Minghe Huang ([email protected])",
    "icons": {
        "16": "images\/16x16.png",
        "48": "images\/48x48.png",
        "128": "images\/128x128.png"
    },
    "permissions": [
        "notifications",
        "contextMenus",
        "storage",
        "*:\/\/*.iiiii.li\/*",
        "*:\/\/*.giki.app\/*",
        "https:\/\/www.google-analytics.com\/"
    ],
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/giki.app\/status*"
            ],
            "js": [
                "dist\/content.bundle.js"
            ],
            "run_at": "document_end"
        }
    ],
    "homepage_url": "https:\/\/giki.app"
}