Sticker - Stock Ticker on Tab
Sticker, a stock ticker extension, displays vital stock information on the browser's tab
Τι είναι το Sticker - Stock Ticker on Tab;
Το Sticker - Stock Ticker on Tab είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον navn, και η κύρια λειτουργία του είναι "Sticker, a stock ticker extension, displays vital stock information on the browser's tab".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Sticker - Stock Ticker on Tab
Λήψη αρχείων επέκτασης Sticker - Stock Ticker on Tab σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Allows you to surf and keep tabs on your favorite stocks at the same time without additional effort (e.g. check a website or an external widget) Configure up to 5 of your favorite stocks. Also configure the frequency in which the display and stocks should refresh. The stock information is displayed only on the active tab when you switch tabs and doesn't interfere with your browsing. Convenient (Omnibox) commands on the address bar - sticker start - starts Sticker from stop or pause states - sticker stop - stops Sticker - sticker pause - pauses Sticker. Automatically starts Sticker after browser restarts. - sticker options - opens Sticker options page
Βασικές Πληροφορίες Επέκτασης
Όνομα | Sticker - Stock Ticker on Tab |
ID | ppnbdgalncmonkhmjmikknhpfepeiepf |
Επίσημο URL | https://chromewebstore.google.com/detail/sticker-stock-ticker-on-t/ppnbdgalncmonkhmjmikknhpfepeiepf |
Περιγραφή | Sticker, a stock ticker extension, displays vital stock information on the browser's tab |
Μέγεθος Αρχείου | 460 KB |
Αριθμός Εγκαταστάσεων | 263 |
Τρέχουσα Έκδοση | 1.3.0 |
Τελευταία Ενημέρωση | 2014-03-15 |
Ημερομηνία Δημοσίευσης | 2014-03-15 |
Αξιολόγηση | 2.86/5 Συνολικά 7 Αξιολογήσεις |
Προγραμματιστής | navn |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/staythirsty/sticker |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sticker - Stock Ticker on Tab", "version": "1.3.0", "description": "Sticker, a stock ticker extension, displays vital stock information on the browser's tab", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/contentscript.js" ], "run_at": "document_idle", "all_frames": false } ], "background": { "scripts": [ "js\/background.js" ] }, "omnibox": { "keyword": "sticker" }, "options_page": "options.html", "manifest_version": 2, "permissions": [ " |