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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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": [ " |