Stock Look Up
Get the up-to-date info on any US-listed security without leaving your browser.
ما هو Stock Look Up؟
Stock Look Up هو إضافة Chrome تم تطويرها بواسطة sypteras.com، والميزة الرئيسية لها هي "Get the up-to-date info on any US-listed security without leaving your browser.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Stock Look Up
قم بتنزيل ملفات الامتداد Stock Look Up بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Stock Look Up retrieves the current price, day's dollar and percent price change,
and a chart displaying the the day's price movement for any US-listed security.
Stock information comes from Yahoo Finance and may delayed up to 20 minutes.
1.1 Update
+ bug fixes معلومات أساسية عن التمديد
| الاسم | |
| ID | hepipjfjpaoeoljnajddllinifgbkifi |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/stock-look-up/hepipjfjpaoeoljnajddllinifgbkifi |
| الوصف | Get the up-to-date info on any US-listed security without leaving your browser. |
| حجم الملف | 119 KB |
| عدد التثبيتات | 110 |
| النسخة الحالية | 1.1 |
| آخر تحديث | 2015-01-02 |
| تاريخ النشر | 2015-01-01 |
| المطور | sypteras.com |
| نوع الدفع | free |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Stock Look Up",
"version": "1.1",
"description": "Get the up-to-date info on any US-listed security without leaving your browser.",
"browser_action": {
"default_icon": "icon_32.png",
"default_title": "Stock Look Up",
"default_popup": "popup.html"
},
"icons": {
"128": "icon_128.png"
},
"background": {
"scripts": [
"script.js"
],
"persistent": false
},
"permissions": [
" | |