Sticker - Stock Ticker on Tab
Sticker, a stock ticker extension, displays vital stock information on the browser's tab
Wat is Sticker - Stock Ticker on Tab?
Sticker - Stock Ticker on Tab is een Chrome-extensie ontwikkeld door navn, en de belangrijkste functie is "Sticker, a stock ticker extension, displays vital stock information on the browser's tab".
Extensie Screenshots
Download het CRX-bestand van de extensie Sticker - Stock Ticker on Tab
Download Sticker - Stock Ticker on Tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Sticker - Stock Ticker on Tab |
ID | ppnbdgalncmonkhmjmikknhpfepeiepf |
Officiële URL | https://chromewebstore.google.com/detail/sticker-stock-ticker-on-t/ppnbdgalncmonkhmjmikknhpfepeiepf |
Beschrijving | Sticker, a stock ticker extension, displays vital stock information on the browser's tab |
Bestandsgrootte | 460 KB |
Aantal Installaties | 263 |
Huidige Versie | 1.3.0 |
Laatst Bijgewerkt | 2014-03-15 |
Publicatiedatum | 2014-03-15 |
Beoordeling | 2.86/5 Totaal 7 Beoordelingen |
Ontwikkelaar | navn |
Betalingswijze | free |
Extensiewebsite | https://github.com/staythirsty/sticker |
Ondersteunde Talen | 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": [ " |