Google Similar Sites
The extension helps you google the similar websites. The related sites will be listed if clicking the extension icon
Qu'est-ce que Google Similar Sites ?
Google Similar Sites est une extension Chrome développée par ExtensionHub, et sa fonction principale est "The extension helps you google the similar websites. The related sites will be listed if clicking the extension icon".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Google Similar Sites
Téléchargez les fichiers d'extension Google Similar Sites au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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?
Informations de Base sur l'Extension
Nom | Google Similar Sites |
ID | ajipbacgbjnabfmjgbicpijinlbcfcpo |
URL Officiel | https://chromewebstore.google.com/detail/google-similar-sites/ajipbacgbjnabfmjgbicpijinlbcfcpo |
Description | The extension helps you google the similar websites. The related sites will be listed if clicking the extension icon |
Taille du Fichier | 15.42 KB |
Nombre d'Installations | 2,447 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2020-03-10 |
Date de Publication | 2020-03-08 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | ExtensionHub |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |