Snopes Searcher
Lets you check snopes with a highlight and right-click.
Qu'est-ce que Snopes Searcher ?
Snopes Searcher est une extension Chrome développée par Warpshade, et sa fonction principale est "Lets you check snopes with a highlight and right-click.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Snopes Searcher
Téléchargez les fichiers d'extension Snopes Searcher 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
See a story and not sure if it's real or not? Highlight the text and search famed debunker Snopes with this tool. Magnifying glass icon made by Visualpharm and is free under a Creative Commons Attribution-NoDerivatives 3.0 licence. It and more can be found at http://www.visualpharm.com
Informations de Base sur l'Extension
Nom | |
ID | candgpmgkohdbipkdeoghbginhbbifam |
URL Officiel | https://chromewebstore.google.com/detail/snopes-searcher/candgpmgkohdbipkdeoghbginhbbifam |
Description | Lets you check snopes with a highlight and right-click. |
Taille du Fichier | 48.75 KB |
Nombre d'Installations | 230 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2014-11-10 |
Date de Publication | 2014-11-10 |
Évaluation | 4.00/5 Total 4 Évaluations |
Développeur | Warpshade |
Type de Paiement | free |
Langues Prises en Charge | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Snopes Searcher", "description": "Lets you check snopes with a highlight and right-click.", "version": "1.0.1", "permissions": [ "contextMenus" ], "icons": { "128": "Search_128x128.png", "48": "search.png" }, "background": { "scripts": [ "snopes.js" ] }, "manifest_version": 2 } |