Reddit Image Hover Previewer
View Images on Reddit without the need to open new tabs or click away. 100% SPAM Free.
Τι είναι το Reddit Image Hover Previewer;
Το Reddit Image Hover Previewer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον JYC Media, και η κύρια λειτουργία του είναι "View Images on Reddit without the need to open new tabs or click away. 100% SPAM Free.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Reddit Image Hover Previewer
Λήψη αρχείων επέκτασης Reddit Image Hover Previewer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
View images on Reddit without the need to open new tabs or click away. View .JPG, .GIF, .MP4, .GIFV and many other file types as you hover over an image link without the need to browse away from r/All or a subreddit. Always and forever free and 100% SPAM Free. Instructions: Hover your mouse over a Reddit post headline, if it's an image an image preview will appear in the top right corner of the screen. See screenshot.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | keelohagemgepigpaphfmifcbkdckoea |
Επίσημο URL | https://chrome.google.com/webstore/detail/reddit-image-hover-previe/keelohagemgepigpaphfmifcbkdckoea |
Περιγραφή | View Images on Reddit without the need to open new tabs or click away. 100% SPAM Free. |
Μέγεθος Αρχείου | 62.28 KB |
Αριθμός Εγκαταστάσεων | 1,000 |
Τρέχουσα Έκδοση | 1.21 |
Τελευταία Ενημέρωση | 2015-02-18 |
Ημερομηνία Δημοσίευσης | 2015-02-18 |
Αξιολόγηση | 3.55/5 Συνολικά 11 Αξιολογήσεις |
Προγραμματιστής | JYC Media |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reddit Image Hover Previewer", "description": "View Images on Reddit without the need to open new tabs or click away. 100% SPAM Free.", "version": "1.21", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs", "*:\/\/*.reddit.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.reddit.com\/*" ], "css": [ "mystyles.css" ], "js": [ "jquery.min.js", "Background.js" ] } ] } |