Related Search
Find related websites, using the google related: operator
什么是Related Search?
Related Search是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Find related websites, using the google related: operator”。
扩展截图
下载Related Search扩展crx文件
下载Related Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Like what you found on the web? Find related sites quickly using this simple chrome extension. One click and a new tab with related sites opens! 扩展基本信息
| 名称 | |
| ID | ngfibjjjgckccbpbppikkgipcpknbglf |
| 官方URL | https://chromewebstore.google.com/detail/related-search/ngfibjjjgckccbpbppikkgipcpknbglf |
| 简介 | Find related websites, using the google related: operator |
| 文件大小 | 63.51 KB |
| 安装次数 | 925 |
| 当前版本 | 1.0 |
| 更新时间 | 2012-07-01 |
| 上架时间 | 2012-07-01 |
| 评分 | 4.00/5 共5次评分 |
| 开发者 | Unknown |
| 付费类型 | free |
| 扩展官网 | https://github.com/japerr/RelatedSearch |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Related Search",
"version": "1.0",
"manifest_version": 2,
"description": "Find related websites, using the google related: operator",
"icons": {
"16": "img\/related_16.png",
"48": "img\/related_48.png",
"128": "img\/related_128.png"
},
"background": {
"scripts": [
"js\/related.js"
]
},
"browser_action": {
"default_icon": "img\/related_128.png"
},
"options_page": "options.html",
"permissions": [
"tabs"
],
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
} | |