Giki

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

Gikiとは何ですか?

GikiはMingheによって開発されたChromeの拡張機能で、その主な機能は「This is Chrome Extension of a micro blogging platform https://giki.app to enable blogging anytime and anywhere from Chrome.」です。

拡張機能のスクリーンショット

screenshot

Giki拡張機能のCRXファイルをダウンロード

Giki拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Giki Giki
ID hcjaennlplpppgfolnagejnpcmbhdjba
公式URL https://chromewebstore.google.com/detail/giki/hcjaennlplpppgfolnagejnpcmbhdjba
説明 This is Chrome Extension of a micro blogging platform https://giki.app to enable blogging anytime and anywhere from Chrome.
ファイルサイズ 223 KB
インストール数 76
現在のバージョン 3.3.0
最終更新日 2021-01-07
公開日 2020-06-09
評価 5.00/5 合計 7 レビュー
開発者 Minghe
Eメール [email protected]
支払い方法 in_app
拡張機能のウェブサイト https://giki.app
ヘルプページのURL https://giki.app
対応言語 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"
}