Google Similar Sites
The extension helps you google the similar websites. The related sites will be listed if clicking the extension icon
什么是Google Similar Sites?
Google Similar Sites是由ExtensionHub开发的Chrome扩展程序,该扩展的主要功能是“The extension helps you google the similar websites. The related sites will be listed if clicking the extension icon”。
扩展截图
下载Google Similar Sites扩展crx文件
下载Google Similar Sites扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Whenever you visit a website, if you want to explore the similar sites and find something inspiring, you can click the extension icon. Then, the extension will list all the related websites based on Google's powerful related search function. Simple and useful, right? So, why not download and give it a try now?
扩展基本信息
名称 | Google Similar Sites |
ID | ajipbacgbjnabfmjgbicpijinlbcfcpo |
官方URL | https://chromewebstore.google.com/detail/google-similar-sites/ajipbacgbjnabfmjgbicpijinlbcfcpo |
简介 | The extension helps you google the similar websites. The related sites will be listed if clicking the extension icon |
文件大小 | 15.42 KB |
安装次数 | 2,447 |
当前版本 | 1.0.0 |
更新时间 | 2020-03-10 |
上架时间 | 2020-03-08 |
评分 | 5.00/5 共1次评分 |
开发者 | ExtensionHub |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "description": "__MSG_extDesc__", "version": "1.0.0", "manifest_version": 2, "default_locale": "en", "browser_action": { "default_icon": { "16": "build\/logo_16.png", "24": "build\/logo_24.png", "32": "build\/logo_32.png" } }, "icons": { "16": "build\/logo_16.png", "48": "build\/logo_48.png", "128": "build\/logo_128.png" }, "web_accessible_resources": [ "build\/*" ], "background": { "scripts": [ "build\/browser-polyfill.js", "build\/background.js" ] }, "permissions": [ "tabs" ] } |