Giki

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

Hvad er Giki?

Giki er en Chrome-udvidelse udviklet af Minghe, og dens hovedfunktion er "This is Chrome Extension of a micro blogging platform https://giki.app to enable blogging anytime and anywhere from Chrome.".

Udvidelsesskærmbilleder

screenshot

Download Giki-udvidelses-CRX-fil

Download Giki-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Giki Giki
ID hcjaennlplpppgfolnagejnpcmbhdjba
Officiel URL https://chromewebstore.google.com/detail/giki/hcjaennlplpppgfolnagejnpcmbhdjba
Beskrivelse This is Chrome Extension of a micro blogging platform https://giki.app to enable blogging anytime and anywhere from Chrome.
Filstørrelse 223 KB
Antal Installationer 76
Nuværende Version 3.3.0
Senest Opdateret 2021-01-07
Udgivelsesdato 2020-06-09
Bedømmelse 5.00/5 Samlet 7 Bedømmelser
Udvikler Minghe
E-mail [email protected]
Betalingsmetode in_app
Udvidelseswebsted https://giki.app
Hjælpeside-URL https://giki.app
Understøttede Sprog 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"
}