Related Search
Find related websites, using the google related: operator
Qu'est-ce que Related Search ?
Related Search est une extension Chrome développée par Unknown, et sa fonction principale est "Find related websites, using the google related: operator".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Related Search
Téléchargez les fichiers d'extension Related Search 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
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!
Informations de Base sur l'Extension
Nom | Related Search |
ID | ngfibjjjgckccbpbppikkgipcpknbglf |
URL Officiel | https://chromewebstore.google.com/detail/related-search/ngfibjjjgckccbpbppikkgipcpknbglf |
Description | Find related websites, using the google related: operator |
Taille du Fichier | 63.51 KB |
Nombre d'Installations | 925 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2012-07-01 |
Date de Publication | 2012-07-01 |
Évaluation | 4.00/5 Total 5 Évaluations |
Développeur | Unknown |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/japerr/RelatedSearch |
Langues Prises en Charge | 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'" } |