Snopes Searcher
Lets you check snopes with a highlight and right-click.
Τι είναι το Snopes Searcher;
Το Snopes Searcher είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Warpshade, και η κύρια λειτουργία του είναι "Lets you check snopes with a highlight and right-click.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Snopes Searcher
Λήψη αρχείων επέκτασης Snopes Searcher σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | candgpmgkohdbipkdeoghbginhbbifam |
Επίσημο URL | https://chromewebstore.google.com/detail/snopes-searcher/candgpmgkohdbipkdeoghbginhbbifam |
Περιγραφή | Lets you check snopes with a highlight and right-click. |
Μέγεθος Αρχείου | 48.75 KB |
Αριθμός Εγκαταστάσεων | 230 |
Τρέχουσα Έκδοση | 1.0.1 |
Τελευταία Ενημέρωση | 2014-11-10 |
Ημερομηνία Δημοσίευσης | 2014-11-10 |
Αξιολόγηση | 4.00/5 Συνολικά 4 Αξιολογήσεις |
Προγραμματιστής | Warpshade |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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 } |