Giki

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

Vad är Giki?

Giki är en Chrome-tillägg utvecklad av Minghe, och dess huvudfunktion är "This is Chrome Extension of a micro blogging platform https://giki.app to enable blogging anytime and anywhere from Chrome.".

Tilläggsskärmbilder

screenshot

Ladda ner Giki-förlängningens CRX-fil

Ladda ner Giki-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Giki Giki
ID hcjaennlplpppgfolnagejnpcmbhdjba
Officiell webbadress https://chromewebstore.google.com/detail/giki/hcjaennlplpppgfolnagejnpcmbhdjba
Beskrivning This is Chrome Extension of a micro blogging platform https://giki.app to enable blogging anytime and anywhere from Chrome.
Filstorlek 223 KB
Antal Installationer 76
Aktuell Version 3.3.0
Senast Uppdaterad 2021-01-07
Publiceringsdatum 2020-06-09
Betyg 5.00/5 Totalt 7 Betyg
Utvecklare Minghe
E-post [email protected]
Betalningssätt in_app
Tilläggswebbplats https://giki.app
Hjälpsida URL https://giki.app
Stödda Språk 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"
}