Finding the Universe
Search and flip through Finding the Universe articles
Finding the Universe क्या है?
Finding the Universe https://www.findingtheuniverse.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Search and flip through Finding the Universe articles"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Finding the Universe एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Finding the Universe is a travel and photography blog showcasing some fantastic photography and inspirational travel ideas for destinations around the world. This extension notifies you of new articles when they go live (usually no more than two a week) and lists the 25 most recent articles on the site. Additionally, you can search through all the previous articles on the site right from the extension. If there is anything else you'd like to see from this extension, let me know. **CHANGELOG** **VERSION 0.95** Adjusted thumbnail dimensions so they aren't stretched oddly. **VERSION 0.9** New look and feel Added notification for new posts. Added image thumbnails for posts. Now shows up to 25 articles. **VERSION 0.8 (first release)** Search box to search Finding the Universe site Recent 10 articles from blog Any issues or feature requests, let me know! Plus, if you want something like this for your own website, drop me a line!
एक्सटेंशन की मूल जानकारी
नाम | Finding the Universe |
ID | fcnnfceoongcakedbolnpjcmeenjaeec |
आधिकारिक URL | https://chromewebstore.google.com/detail/finding-the-universe/fcnnfceoongcakedbolnpjcmeenjaeec |
विवरण | Search and flip through Finding the Universe articles |
फ़ाइल का आकार | 61.64 KB |
स्थापना संख्या | 163 |
वर्तमान संस्करण | 0.95 |
अंतिम अपडेट | 2013-09-14 |
प्रकाशन तिथि | 2013-09-14 |
रेटिंग | 4.33/5 कुल 3 रेटिंग्स |
डेवलपर | https://www.findingtheuniverse.com |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://www.findingtheuniverse.com |
समर्थित भाषाएँ | en |
manifest.json | |
{ "name": "Finding the Universe", "description": "Search and flip through Finding the Universe articles", "homepage_url": "http:\/\/www.findingtheuniverse.com\/", "background": { "page": "background.html" }, "permissions": [ "http:\/\/feeds.feedburner.com\/*", "http:\/\/www.findingtheuniverse.com\/*", "storage" ], "browser_action": { "default_icon": "icon.png", "default_title": "FTU", "default_popup": "findingtheuniverse.html" }, "manifest_version": 2, "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'", "version": "0.95" } |