Cashtag Lookup
Opens Twitter Cashtags in a Google search
ما هو Cashtag Lookup؟
Cashtag Lookup هو إضافة Chrome تم تطويرها بواسطة Durable Investments، والميزة الرئيسية لها هي "Opens Twitter Cashtags in a Google search".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Cashtag Lookup
قم بتنزيل ملفات الامتداد Cashtag Lookup بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Are you part of the #fintwit community? Do you wish there's an easy way to look up the current price of a stock when you see the cashtag in your twitter feed? This extension will do exactly that. Just click on the cashtag. A new tab will open with the google search result for the stock.
معلومات أساسية عن التمديد
الاسم | Cashtag Lookup |
ID | kjofplfbpiogbbbccnmdeegndnekoplj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/cashtag-lookup/kjofplfbpiogbbbccnmdeegndnekoplj |
الوصف | Opens Twitter Cashtags in a Google search |
حجم الملف | 9.22 KB |
عدد التثبيتات | 33 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2022-02-02 |
تاريخ النشر | 2022-02-01 |
المطور | Durable Investments |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://twitter.com/retaox |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cashtag Lookup", "description": "Opens Twitter Cashtags in a Google search", "version": "1.0.0", "manifest_version": 3, "icons": { "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png", "128": "images\/128.png" }, "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*", "https:\/\/mobile.twitter.com\/*" ], "js": [ "contentscript.js" ] } ] } |