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
电子邮箱 [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"
}