Candle

Candle - Find trustworthy information

What is Candle?

Candle is a Chrome extension developed by Candle.to, and its main feature is "Candle - Find trustworthy information".

Extension Screenshots

screenshot

Download Candle Extension CRX File

Download Candle extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Candle Candle
ID dccgmgcfknnohenpgpipokeiedbchipi
Official URL https://chrome.google.com/webstore/detail/candle/dccgmgcfknnohenpgpipokeiedbchipi
Description Candle - Find trustworthy information
File Size 90.54 KB
Installation Count 141
Current Version 0.0.0.6
Last Updated 2020-11-17
Publish Date 2020-11-17
Developer Candle.to
Email [email protected]
Payment Type free
Extension Website https://candle.to
Help Page URL https://candle.to/how
Privacy Policy Page URL https://candle.to/privacy
Supported Languages 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"
        }
    }
}