TotalSearch
Search Wikipedia and Google Images with just a click.
Qu'est-ce que TotalSearch ?
TotalSearch est une extension Chrome développée par jkirrane, et sa fonction principale est "Search Wikipedia and Google Images with just a click.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension TotalSearch
Téléchargez les fichiers d'extension TotalSearch 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
Search Wikipedia and Google Images with a single click. Simply highlight text on a page and click the magnifying glass icon. Et voila! V. 1.2 (April 30, 2015) : -- Add support for searching Google Maps via address V. 1.1 (Jan 9, 2015) : -- Increase number of image results from 4 to 8. -- Some styling cleanup
Informations de Base sur l'Extension
Nom | |
ID | jelcolfpjeaehlmnhjipojaiglbjmokj |
URL Officiel | https://chrome.google.com/webstore/detail/totalsearch/jelcolfpjeaehlmnhjipojaiglbjmokj |
Description | Search Wikipedia and Google Images with just a click. |
Taille du Fichier | 71.12 KB |
Nombre d'Installations | 22 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2015-04-30 |
Date de Publication | 2015-04-30 |
Évaluation | 4.00/5 Total 2 Évaluations |
Développeur | jkirrane |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TotalSearch", "description": "Search Wikipedia and Google Images with just a click.", "version": "1.0.2", "background": { "scripts": [ "backgroundPage.js" ], "persistent": false }, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "permissions": [ "https:\/\/*\/*", "http:\/\/*\/*", "tabs" ], "browser_action": { "default_icon": "find16.png", "default_popup": "f.html" }, "icons": { "16": "find16.png", "19": "find19.png", "38": "find38.png", "48": "find48.png", "128": "find128.png" }, "sandbox": { "pages": [ "sandbox.html" ] } } |