Candle

Candle - Find trustworthy information

Wat is Candle?

Candle is een Chrome-extensie ontwikkeld door Candle.to, en de belangrijkste functie is "Candle - Find trustworthy information".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Candle

Download Candle-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Candle Candle
ID dccgmgcfknnohenpgpipokeiedbchipi
Officiële URL https://chrome.google.com/webstore/detail/candle/dccgmgcfknnohenpgpipokeiedbchipi
Beschrijving Candle - Find trustworthy information
Bestandsgrootte 90.54 KB
Aantal Installaties 141
Huidige Versie 0.0.0.6
Laatst Bijgewerkt 2020-11-17
Publicatiedatum 2020-11-17
Ontwikkelaar Candle.to
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://candle.to
Help Pagina-URL https://candle.to/how
URL van de Privacybeleid Pagina https://candle.to/privacy
Ondersteunde Talen 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"
        }
    }
}