Snopes Searcher
Lets you check snopes with a highlight and right-click.
Hvad er Snopes Searcher?
Snopes Searcher er en Chrome-udvidelse udviklet af Warpshade, og dens hovedfunktion er "Lets you check snopes with a highlight and right-click.".
Udvidelsesskærmbilleder
Download Snopes Searcher-udvidelses-CRX-fil
Download Snopes Searcher-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | candgpmgkohdbipkdeoghbginhbbifam |
Officiel URL | https://chromewebstore.google.com/detail/snopes-searcher/candgpmgkohdbipkdeoghbginhbbifam |
Beskrivelse | Lets you check snopes with a highlight and right-click. |
Filstørrelse | 48.75 KB |
Antal Installationer | 230 |
Nuværende Version | 1.0.1 |
Senest Opdateret | 2014-11-10 |
Udgivelsesdato | 2014-11-10 |
Bedømmelse | 4.00/5 Samlet 4 Bedømmelser |
Udvikler | Warpshade |
Betalingsmetode | free |
Understøttede Sprog | 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 } |