Giki

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

Co to jest Giki?

Giki to rozszerzenie Chrome opracowane przez Minghe, a jego główną funkcją jest „This is Chrome Extension of a micro blogging platform https://giki.app to enable blogging anytime and anywhere from Chrome.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Giki

Pobierz pliki rozszerzeń Giki w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Giki Giki
ID hcjaennlplpppgfolnagejnpcmbhdjba
Oficjalny URL https://chromewebstore.google.com/detail/giki/hcjaennlplpppgfolnagejnpcmbhdjba
Opis This is Chrome Extension of a micro blogging platform https://giki.app to enable blogging anytime and anywhere from Chrome.
Rozmiar pliku 223 KB
Liczba instalacji 76
Aktualna Wersja 3.3.0
Ostatnia Aktualizacja 2021-01-07
Data Publikacji 2020-06-09
Ocena 5.00/5 Łącznie 7 Oceny
Deweloper Minghe
E-mail [email protected]
Typ Płatności in_app
Strona Rozszerzenia https://giki.app
Adres URL Strony Pomocy https://giki.app
Obsługiwane Języki 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"
}