Open Original Images from Kinja Posts
Opens photos posted to Gawker sites in a new tab at their original size
Τι είναι το Open Original Images from Kinja Posts;
Το Open Original Images from Kinja Posts είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον nathan_h, και η κύρια λειτουργία του είναι "Opens photos posted to Gawker sites in a new tab at their original size".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Open Original Images from Kinja Posts
Λήψη αρχείων επέκτασης Open Original Images from Kinja Posts σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This extension enables you to view an image posted to a Kinja blog (Jalopnik, OppositeLock, io9, Gawker, etc.) in its originally uploaded size. To view an image's original size, you had to open it in a new tab and change the file name to "original.jpg." This extension streamlines that process. To use: Hover your cursor over an image, right click, and select "Open original size in new tab." The image will open in a new tab in its largest available size. Note: Often, authors crop the leading images to the minimum size before publishing. This extension won't enable you to view such images at a larger size. Updated (Aug. 3, 2013): I added handling for images using the "ku-bigpic" name. Updated (Jan. 19, 2014): Added handling for images using the "k-small" name. Updated (Jan. 24, 2014): Added handling for images using the "avt-small" name. Updated (March 21, 2014): Added handling for images using the "ku-xlarge2" name. Updated (March 28, 2014) Added functionality for new upload URLs.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | nelhneeimmiflhggpnfinapdhgihoida |
Επίσημο URL | https://chrome.google.com/webstore/detail/open-original-images-from/nelhneeimmiflhggpnfinapdhgihoida |
Περιγραφή | Opens photos posted to Gawker sites in a new tab at their original size |
Μέγεθος Αρχείου | 12.01 KB |
Αριθμός Εγκαταστάσεων | 83 |
Τρέχουσα Έκδοση | 1.6 |
Τελευταία Ενημέρωση | 2014-03-28 |
Ημερομηνία Δημοσίευσης | 2014-03-28 |
Αξιολόγηση | 4.29/5 Συνολικά 7 Αξιολογήσεις |
Προγραμματιστής | nathan_h |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open Original Images from Kinja Posts", "version": "1.6", "manifest_version": 2, "description": "Opens photos posted to Gawker sites in a new tab at their original size", "icons": { "128": "icon128.png" }, "background": { "scripts": [ "newtab.js" ], "persistent": false }, "permissions": [ "tabs", "contextMenus", "http:\/\/*\/*", "https:\/\/*\/*" ] } |