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
官方網址 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
電子郵箱 [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"
}