Sitetalk Search
Sitetalk Search
什么是Sitetalk Search?
Sitetalk Search是由SiteTalk开发的Chrome扩展程序,该扩展的主要功能是“Sitetalk Search”。
扩展截图
下载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 |
ID | kkimgdmndahliccpmggoiamfgbgppion |
官方URL | 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" ] } |