Copernic Desktop Search Connector

Enables you to search your history & bookmarks using Copernic Desktop Search.

Copernic Desktop Search Connectorคืออะไร?

Copernic Desktop Search Connector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.copernic.com และคุณลักษณะหลักของมันคือ "Enables you to search your history & bookmarks using Copernic Desktop Search."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Copernic Desktop Search Connector

ดาวน์โหลดไฟล์ส่วนขยาย Copernic Desktop Search Connector ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Enables you to search your Google Chrome™ history & bookmarks using Copernic Desktop Search.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Copernic Desktop Search Connector Copernic Desktop Search Connector
ID bjdfpdlbeklikgponpiohccngpibjfeb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/copernic-desktop-search-c/bjdfpdlbeklikgponpiohccngpibjfeb
คำอธิบาย Enables you to search your history & bookmarks using Copernic Desktop Search.
ขนาดไฟล์ 18.76 KB
จำนวนการติดตั้ง 4,210
เวอร์ชันปัจจุบัน 6.0.0.5
อัปเดตครั้งล่าสุด 2018-05-04
วันที่เผยแพร่ 2018-05-04
คะแนน 3.33/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา https://www.copernic.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.copernic.com/en/products/desktop-search/release_candidate.html
URL หน้าช่วยเหลือ http://www.copernic.com/en/support/index.php
ภาษาที่รองรับ en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "6.0.0.5",
    "default_locale": "en",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "homepage_url": "http:\/\/go.copernic.com?dest=chromeaboutext",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "manifest_version": 2,
    "background": {
        "scripts": [
            "provider.js"
        ],
        "persistent": false
    },
    "permissions": [
        "http:\/\/localhost\/*",
        "background",
        "history",
        "bookmarks",
        "alarms",
        "unlimitedStorage"
    ]
}