Snoper
Highlight text, right click and you're checking snopes.
Wat is Snoper?
Snoper is een Chrome-extensie ontwikkeld door boomeasy, en de belangrijkste functie is "Highlight text, right click and you're checking snopes.".
Extensie Screenshots
Download het CRX-bestand van de extensie Snoper
Download Snoper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Highlight text, right click and you're checking snopes. source on github: https://github.com/boomeasy/snoper
Basisinformatie over de Extensie
Naam | Snoper |
ID | icpohijjpfiaglbjcjpndgkkmjoeocgb |
Officiële URL | https://chromewebstore.google.com/detail/snoper/icpohijjpfiaglbjcjpndgkkmjoeocgb |
Beschrijving | Highlight text, right click and you're checking snopes. |
Bestandsgrootte | 8.55 KB |
Aantal Installaties | 13 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2018-02-10 |
Publicatiedatum | 2018-02-09 |
Ontwikkelaar | boomeasy |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/boomeasy/snoper |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Snoper", "description": "Highlight text, right click and you're checking snopes.", "version": "1.0.1", "permissions": [ "contextMenus" ], "icons": { "96": "search.png" }, "background": { "scripts": [ "snoper.js" ] }, "manifest_version": 2 } |