Snopes Searcher
Lets you check snopes with a highlight and right-click.
Cos'è Snopes Searcher?
Snopes Searcher è un'estensione di Chrome sviluppata da Warpshade, e la sua funzione principale è "Lets you check snopes with a highlight and right-click.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Snopes Searcher
Scarica i file di estensione Snopes Searcher in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | candgpmgkohdbipkdeoghbginhbbifam |
URL Ufficiale | https://chromewebstore.google.com/detail/snopes-searcher/candgpmgkohdbipkdeoghbginhbbifam |
Descrizione | Lets you check snopes with a highlight and right-click. |
Dimensione del File | 48.75 KB |
Conteggio Installazioni | 230 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2014-11-10 |
Data di Pubblicazione | 2014-11-10 |
Valutazione | 4.00/5 Totale 4 Valutazioni |
Sviluppatore | Warpshade |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |