Candle

Candle - Find trustworthy information

Vad är Candle?

Candle är en Chrome-tillägg utvecklad av Candle.to, och dess huvudfunktion är "Candle - Find trustworthy information".

Tilläggsskärmbilder

screenshot

Ladda ner Candle-förlängningens CRX-fil

Ladda ner Candle-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Candle Candle
ID dccgmgcfknnohenpgpipokeiedbchipi
Officiell webbadress https://chrome.google.com/webstore/detail/candle/dccgmgcfknnohenpgpipokeiedbchipi
Beskrivning Candle - Find trustworthy information
Filstorlek 90.54 KB
Antal Installationer 141
Aktuell Version 0.0.0.6
Senast Uppdaterad 2020-11-17
Publiceringsdatum 2020-11-17
Utvecklare Candle.to
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://candle.to
Hjälpsida URL https://candle.to/how
URL till Sekretesspolicy Sidan https://candle.to/privacy
Stödda Språk 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"
        }
    }
}