Aloha!
This helps you set a custom background in your new tab page
Aloha! क्या है?
Aloha! Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This helps you set a custom background in your new tab page"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Aloha! एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Simply drag and drop the image you want as your wallpaper, and voila, it is the wallpaper on your new tab page. Or, choose 'Set Background' from the settings button from the bottom left, and get a mini editor to rotate or resize your image. You can even add your name using the same settings button. Go to https://github.com/thepulkitagarwal/aloha for more.
एक्सटेंशन की मूल जानकारी
नाम | Aloha! |
ID | cindhabgfhamcohaidflbcpniigmmamf |
आधिकारिक URL | https://chromewebstore.google.com/detail/aloha/cindhabgfhamcohaidflbcpniigmmamf |
विवरण | This helps you set a custom background in your new tab page |
फ़ाइल का आकार | 1.91 MB |
स्थापना संख्या | 205 |
वर्तमान संस्करण | 0.1.2 |
अंतिम अपडेट | 2017-02-12 |
प्रकाशन तिथि | 2017-02-12 |
रेटिंग | 4.92/5 कुल 13 रेटिंग्स |
डेवलपर | Unknown |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/thepulkitagarwal/aloha |
सहायता पृष्ठ URL | https://github.com/thepulkitagarwal/aloha |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Aloha!", "short_name": "Aloha", "version": "0.1.2", "description": "This helps you set a custom background in your new tab page", "icons": { "48": "res\/icon48.png", "72": "res\/icon72.png", "96": "res\/icon96.png", "128": "res\/icon128.png", "144": "res\/icon144.png", "192": "res\/icon192.png", "512": "res\/icon512.png" }, "offline_enabled": true, "background": { "persistent": false, "scripts": [ "src\/eventpage.js" ] }, "browser_action": { "default_title": "Aloha!" }, "chrome_url_overrides": { "newtab": "src\/dashboard.html" }, "permissions": [ "unlimitedStorage", "https:\/\/www.goodreads.com\/quotes_of_the_day\/rss" ] } |