More Interestingness
Explore the world through the lens of the Flickr Interestingness stream. New photo loads every time you open a new tab.
Τι είναι το More Interestingness;
Το More Interestingness είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Jake Dahn (http://jake.ai), και η κύρια λειτουργία του είναι "Explore the world through the lens of the Flickr Interestingness stream. New photo loads every time you open a new tab.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης More Interestingness
Λήψη αρχείων επέκτασης More Interestingness σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Whenever you open a new tab a new interesting photo is displayed. This extension keeps an up-to-date list of the most recent photos on Flickr.com that are in the interestingness stream - http://www.flickr.com/explore/interesting Clicking on the flickr user's icon will take you to that user's page, clicking on the title will take you to the photo on flickr.com You can navigate forward/backwards by pressing j to go forward, or k to go backwards (standard vim up/down) __ If you're a developer and find a bug, or have a feature to contribute - feel free to send a pull request: https://github.com/angst/moreinterestingness
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | ngddmdmkjnnefgggjnnnepijkcighifa |
Επίσημο URL | https://chrome.google.com/webstore/detail/more-interestingness/ngddmdmkjnnefgggjnnnepijkcighifa |
Περιγραφή | Explore the world through the lens of the Flickr Interestingness stream. New photo loads every time you open a new tab. |
Μέγεθος Αρχείου | 82.95 KB |
Αριθμός Εγκαταστάσεων | 33 |
Τρέχουσα Έκδοση | 1.6 |
Τελευταία Ενημέρωση | 2014-10-19 |
Ημερομηνία Δημοσίευσης | 2014-10-19 |
Αξιολόγηση | 4.54/5 Συνολικά 13 Αξιολογήσεις |
Προγραμματιστής | Jake Dahn (http://jake.ai) |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/angst/moreinterestingness |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/angst/moreinterestingness |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "More Interestingness", "version": "1.6", "description": "Explore the world through the lens of the Flickr Interestingness stream. New photo loads every time you open a new tab.", "background": { "page": "service.html" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "permissions": [ "tabs", "http:\/\/api.flickr.com\/" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |