Snoper
Highlight text, right click and you're checking snopes.
Vad är Snoper?
Snoper är en Chrome-tillägg utvecklad av boomeasy, och dess huvudfunktion är "Highlight text, right click and you're checking snopes.".
Tilläggsskärmbilder
Ladda ner Snoper-förlängningens CRX-fil
Ladda ner Snoper-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Highlight text, right click and you're checking snopes.
source on github: https://github.com/boomeasy/snoper Grundläggande Information om Tillägg
| Namn | |
| ID | icpohijjpfiaglbjcjpndgkkmjoeocgb |
| Officiell webbadress | https://chromewebstore.google.com/detail/snoper/icpohijjpfiaglbjcjpndgkkmjoeocgb |
| Beskrivning | Highlight text, right click and you're checking snopes. |
| Filstorlek | 8.55 KB |
| Antal Installationer | 13 |
| Aktuell Version | 1.0.1 |
| Senast Uppdaterad | 2018-02-10 |
| Publiceringsdatum | 2018-02-09 |
| Utvecklare | boomeasy |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/boomeasy/snoper |
| Stödda Språk | 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
} | |