My Quotes
Save your favorite quotes while surfing the web. Then, you can enjoy them from the new tab page.
Τι είναι το My Quotes;
Το My Quotes είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Winner Crespo, και η κύρια λειτουργία του είναι "Save your favorite quotes while surfing the web. Then, you can enjoy them from the new tab page.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης My Quotes
Λήψη αρχείων επέκτασης My Quotes σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
With this extension you will be able to save your favorite quotes while surfing on the internet (just with a right click), see the list of your saved quotes clicking the extension icon, delete quotes from the option page, see a random quote (from your saved list) when you open a new tab, get a notification when a quote has been saved and see a badge on the extension’s icon with the amount of quotes saved. The extension could have more features like: a textbox to add your own quotes, delete all quotes, add the author of the quote and others, you can collaborate with this extension here.
Βασικές Πληροφορίες Επέκτασης
Όνομα | My Quotes |
ID | kbjmlecjegongpngagkepdgklajjkapp |
Επίσημο URL | https://chromewebstore.google.com/detail/my-quotes/kbjmlecjegongpngagkepdgklajjkapp |
Περιγραφή | Save your favorite quotes while surfing the web. Then, you can enjoy them from the new tab page. |
Μέγεθος Αρχείου | 118 KB |
Αριθμός Εγκαταστάσεων | 93 |
Τρέχουσα Έκδοση | 1.1 |
Τελευταία Ενημέρωση | 2014-08-25 |
Ημερομηνία Δημοσίευσης | 2014-08-24 |
Αξιολόγηση | 4.17/5 Συνολικά 6 Αξιολογήσεις |
Προγραμματιστής | Winner Crespo |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://atlas.com.do/blog/?p=113 |
Διεύθυνση URL της Σελίδας Βοήθειας | http://atlas.com.do/blog/?p=113 |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "My Quotes", "description": "Save your favorite quotes while surfing the web. Then, you can enjoy them from the new tab page.", "version": "1.1", "author": "Winner Crespo", "browser_action": { "default_icon": "images\/icon16.png", "default_popup": "popup.html" }, "options_page": "options.html", "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "chrome_url_overrides": { "newtab": "newTab.html" }, "permissions": [ "storage", "notifications", "contextMenus" ], "icons": { "128": "images\/icon128.png" } } |