Sitetalk Search

Sitetalk Search

什麼是Sitetalk Search?

Sitetalk Search是由SiteTalk開發的Chrome擴展程式,該擴展的主要功能是“Sitetalk Search”。

擴展截圖

screenshot

下載Sitetalk Search擴展crx文件

下載Sitetalk Search擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        SiteTalk introduce the way to search the web. While you are doing what you do anyway online, install SiteTalk Search to your Chrome browser and get access to everything you need using Google search via SiteTalk. 

You are always connected on your SiteTalk page, you see your messages and notifications and are alerted the same time they happen. 

Install the search extension and you will also get a special SiteTalk reward.                    

擴展基本資訊

名稱 Sitetalk Search Sitetalk Search
ID kkimgdmndahliccpmggoiamfgbgppion
官方網址 https://chromewebstore.google.com/detail/sitetalk-search/kkimgdmndahliccpmggoiamfgbgppion
簡介 Sitetalk Search
檔案大小 7.2 KB
安裝次數 56
目前版本 0.0.1
更新時間 2018-12-23
上架時間 2018-12-23
評分 4.93/5 共 29 次評分
開發者 SiteTalk
付費類型 free
擴展官網 https://sitetalk.com
說明頁面URL https://sitetalk.com/sitetalkcontact
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sitetalk Search",
    "version": "0.0.1",
    "description": "Sitetalk Search",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "permissions": [
        "tabs"
    ]
}