Stellar Photos
Experience a beautiful photo from Unsplash every time you open a new browser tab
Stellar Photos क्या है?
Stellar Photos Ayooluwa Isaiah द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Experience a beautiful photo from Unsplash every time you open a new browser tab"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Stellar Photos एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
- Enjoy a new, carefully curated hi-res photo every time you open a new tab - totally free for personal or commercial use with no attribution required. - Download your favourite images or sync them over to the cloud (Google Drive, Dropbox or Onedrive). - Change the frequency for loading new background images. Options include: every new tab, every 15 minutes, hourly or daily. - Pause the your favourite background images until further notice. - Search Unsplash's library of over 1 million hi-res photos. - View basic photo information such as ISO, Location, Camera Model, Shutter Speed e.t.c. - Load images from your favourite public Unsplash collections. - See the images from the last 10 tabs you've opened and update the current background image to any one of them as you please.
एक्सटेंशन की मूल जानकारी
नाम | Stellar Photos |
ID | dgjeipdebjigeaanhogpdjdjigogpjmo |
आधिकारिक URL | https://chromewebstore.google.com/detail/stellar-photos/dgjeipdebjigeaanhogpdjdjigogpjmo |
विवरण | Experience a beautiful photo from Unsplash every time you open a new browser tab |
फ़ाइल का आकार | 333 KB |
स्थापना संख्या | 541 |
वर्तमान संस्करण | 4.1.2 |
अंतिम अपडेट | 2022-01-21 |
प्रकाशन तिथि | 2019-06-04 |
रेटिंग | 4.75/5 कुल 4 रेटिंग्स |
डेवलपर | Ayooluwa Isaiah |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://stellar.freshman.tech |
सहायता पृष्ठ URL | https://github.com/ayoisaiah/stellar-photos/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Stellar Photos", "version": "4.1.2", "description": "Experience a beautiful photo from Unsplash every time you open a new browser tab", "icons": { "48": "icons\/48.png", "64": "icons\/64.png", "128": "icons\/128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "browser_action": { "default_popup": "popup.html" }, "permissions": [ "storage", "unlimitedStorage", "notifications", "alarms" ], "background": { "scripts": [ "js\/background.bundle.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/stellar.freshman.tech\/*" ], "js": [ "js\/tab.bundle.js" ] } ], "minimum_chrome_version": "75" } |