Giki

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

What is Giki?

Giki is a Chrome extension developed by Minghe, and its main feature is "This is Chrome Extension of a micro blogging platform https://giki.app to enable blogging anytime and anywhere from Chrome.".

Extension Screenshots

screenshot

Download Giki Extension CRX File

Download Giki extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Giki Giki
ID hcjaennlplpppgfolnagejnpcmbhdjba
Official URL https://chromewebstore.google.com/detail/giki/hcjaennlplpppgfolnagejnpcmbhdjba
Description This is Chrome Extension of a micro blogging platform https://giki.app to enable blogging anytime and anywhere from Chrome.
File Size 223 KB
Installation Count 76
Current Version 3.3.0
Last Updated 2021-01-07
Publish Date 2020-06-09
Rating 5.00/5 Total 7 Ratings
Developer Minghe
Email [email protected]
Payment Type in_app
Extension Website https://giki.app
Help Page URL https://giki.app
Supported Languages 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"
}