tab.pics
Photos of our planet from various subreddits, including /r/earthporn and others
Τι είναι το tab.pics;
Το tab.pics είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Ryan Dury, και η κύρια λειτουργία του είναι "Photos of our planet from various subreddits, including /r/earthporn and others".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης tab.pics
Λήψη αρχείων επέκτασης tab.pics σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Beautiful photos of our planet in every new tab. Each photo is sourced from the users of http://reddit.com/r/earthporn and credit goes to each user for every photo. **** Note ***** The app asks for your frequently visited websites so they can be optionally shown over top of the image. A lot of people have requested this feature, so I have added it as an option. This information is only used locally, on your own computer. I do not retain this data. Updates: 1.0.1 - Make the tab title SFW :) 1.0.0 - New name, source photos from multiple subreddits, enable recent sites and turn off title 0.0.5 - Updated image request stability 0.0.1 - First build!
Βασικές Πληροφορίες Επέκτασης
Όνομα | tab.pics |
ID | hcaanmfcilckhmibiacbenapbdjgcnfa |
Επίσημο URL | https://chromewebstore.google.com/detail/tabpics/hcaanmfcilckhmibiacbenapbdjgcnfa |
Περιγραφή | Photos of our planet from various subreddits, including /r/earthporn and others |
Μέγεθος Αρχείου | 146 KB |
Αριθμός Εγκαταστάσεων | 2,307 |
Τρέχουσα Έκδοση | 1.0.1 |
Τελευταία Ενημέρωση | 2015-03-24 |
Ημερομηνία Δημοσίευσης | 2015-03-24 |
Αξιολόγηση | 4.73/5 Συνολικά 84 Αξιολογήσεις |
Προγραμματιστής | Ryan Dury |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://tab.pics |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "tab.pics", "background": { "persistent": false, "scripts": [ "src\/js\/onInstall.js" ] }, "version": "1.0.1", "permissions": [ "storage", "topSites" ], "manifest_version": 2, "options_page": "src\/options.html", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "description": "Photos of our planet from various subreddits, including \/r\/earthporn and others ", "homepage_url": "http:\/\/tab.pics", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "chrome_url_overrides": { "newtab": "src\/earthporn.html" } } |