Quick Link Previews
Get a quick preview of links before visiting.
ما هو Quick Link Previews؟
Quick Link Previews هو إضافة Chrome تم تطويرها بواسطة eli، والميزة الرئيسية لها هي "Get a quick preview of links before visiting.".
تحميل ملف CRX للإضافة Quick Link Previews
قم بتنزيل ملفات الامتداد Quick Link Previews بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
When browsing the web, Quick Link Previews gives you a little snippit of the most important information when hovering over links. - When hovering over Youtube links, see a thumbnail of the video and its most important stats - On imgur album links see the first few images - For URL shorteners like bit.ly and tinyurl, see information about the link they go to - And a special view for links to HackerNews posts
معلومات أساسية عن التمديد
الاسم | ![]() |
ID | khoepplcccpkapgkplpflhacbbamcbap |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/quick-link-previews/khoepplcccpkapgkplpflhacbbamcbap |
الوصف | Get a quick preview of links before visiting. |
حجم الملف | 15.38 KB |
عدد التثبيتات | 37 |
النسخة الحالية | 1.0.1 |
آخر تحديث | 2014-10-06 |
تاريخ النشر | 2014-10-06 |
تقييم | 1.00/5 مجموع تقييمات 1 |
المطور | eli |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Quick Link Previews", "short_name": "Link Preview", "version": "1.0.1", "description": "Get a quick preview of links before visiting.", "homepage_url": "https:\/\/github.com\/TheSavior\/LinkViewer\/", "manifest_version": 2, "permissions": [ "tabs", "contentSettings" ], "authors": "Open Source Contributors", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [ "ext-css.css" ], "js": [ "ext.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "frame\/index.html", "frame\/main.js", "frame\/total.css" ] } |