tab.pics
Photos of our planet from various subreddits, including /r/earthporn and others
tab.pics क्या है?
tab.pics Ryan Dury द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Photos of our planet from various subreddits, including /r/earthporn and others"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में tab.pics एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } } |