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 |
官方網址 | 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" ] } |