Candle

Candle - Find trustworthy information

Hvad er Candle?

Candle er en Chrome-udvidelse udviklet af Candle.to, og dens hovedfunktion er "Candle - Find trustworthy information".

Udvidelsesskærmbilleder

screenshot

Download Candle-udvidelses-CRX-fil

Download Candle-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Candle Candle
ID dccgmgcfknnohenpgpipokeiedbchipi
Officiel URL https://chrome.google.com/webstore/detail/candle/dccgmgcfknnohenpgpipokeiedbchipi
Beskrivelse Candle - Find trustworthy information
Filstørrelse 90.54 KB
Antal Installationer 141
Nuværende Version 0.0.0.6
Senest Opdateret 2020-11-17
Udgivelsesdato 2020-11-17
Udvikler Candle.to
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://candle.to
Hjælpeside-URL https://candle.to/how
URL til Fortrolighedspolitik Side https://candle.to/privacy
Understøttede Sprog 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"
        }
    }
}