Candle

Candle - Find trustworthy information

什么是Candle?

Candle是由Candle.to开发的Chrome扩展程序,该扩展的主要功能是“Candle - Find trustworthy information”。

扩展截图

screenshot

下载Candle扩展crx文件

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

扩展使用说明

                        Candle is a search engine focused on trustworthy information.

Candle browser extension gives you Candle's quality assessment right in your browser when you are on a site that we have information about. You can also search Candle right from the extension.                    

扩展基本信息

名称 Candle Candle
ID dccgmgcfknnohenpgpipokeiedbchipi
官方URL https://chrome.google.com/webstore/detail/candle/dccgmgcfknnohenpgpipokeiedbchipi
简介 Candle - Find trustworthy information
文件大小 90.54 KB
安装次数 141
当前版本 0.0.0.6
更新时间 2020-11-17
上架时间 2020-11-17
开发者 Candle.to
电子邮箱 [email protected]
付费类型 free
扩展官网 https://candle.to
帮助页面URL https://candle.to/how
隐私政策页面URL https://candle.to/privacy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Candle",
    "version": "0.0.0.6",
    "manifest_version": 2,
    "description": "Candle - Find trustworthy information",
    "background": {
        "persistent": false,
        "page": "background.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "64": "images\/icon64.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "tabs"
    ],
    "page_action": {
        "show_matches": [
            ""
        ],
        "default_popup": "popup.html",
        "browser_style": true,
        "default_icon": {
            "16": "images\/candle-gray16.png",
            "32": "images\/candle-gray32.png",
            "48": "images\/candle-gray48.png",
            "64": "images\/candle-gray64.png",
            "128": "images\/candle-gray128.png"
        }
    }
}