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
官方網址 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"
        }
    }
}