Kickle Voila

Kickle Voila extension for Chrome

什么是Kickle Voila?

Kickle Voila是由kickle开发的Chrome扩展程序,该扩展的主要功能是“Kickle Voila extension for Chrome”。

扩展截图

screenshot

下载Kickle Voila扩展crx文件

下载Kickle Voila扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Kickle Voila is the extension that gives you the ability to display content to your Kickle device.                    

扩展基本信息

名称 Kickle Voila Kickle Voila
ID dfnlhmckmnmlabejbjjfmodjmfoimnii
官方URL https://chromewebstore.google.com/detail/kickle-voila/dfnlhmckmnmlabejbjjfmodjmfoimnii
简介 Kickle Voila extension for Chrome
文件大小 10.47 MB
安装次数 764
当前版本 3.0.2
更新时间 2021-02-10
上架时间 2021-02-10
开发者 kickle
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Kickle Voila",
    "version": "3.0.2",
    "description": "Kickle Voila extension for Chrome",
    "permissions": [
        "desktopCapture",
        "storage",
        "tabs",
        "tabCapture"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png",
        "256": "assets\/icon256.png"
    },
    "browser_action": {
        "default_icon": "assets\/icon256.png"
    },
    "manifest_version": 2
}