Aloha!
This helps you set a custom background in your new tab page
Τι είναι το Aloha!;
Το Aloha! είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Unknown, και η κύρια λειτουργία του είναι "This helps you set a custom background in your new tab page".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Aloha!
Λήψη αρχείων επέκτασης Aloha! σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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" ] } |