QuickLinks
Speed dial for the internet.
ما هو QuickLinks؟
QuickLinks هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Speed dial for the internet.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة QuickLinks
قم بتنزيل ملفات الامتداد QuickLinks بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Speed dial for your browser. Save, change, and delete shortcut keywords to any website with Quick Links. To use the shortcuts you've created, just type "ql" into the browser bar, press tab, and then type in one of your shortcuts and hit Enter to go to the website. For those times when you want quicker access to a webpage without having to remember a complicated url or you don't want to have to search through all your Bookmarks trying to remember where you saved it. Quick Links provides the easiest and fastest way to save urls and get back to them later.
معلومات أساسية عن التمديد
الاسم | QuickLinks |
ID | gjalfolejbafbloobnblbfihmhbgdhhe |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/quicklinks/gjalfolejbafbloobnblbfihmhbgdhhe |
الوصف | Speed dial for the internet. |
حجم الملف | 9.53 KB |
عدد التثبيتات | 25 |
النسخة الحالية | 1.0 |
آخر تحديث | 2015-12-10 |
تاريخ النشر | 2015-12-09 |
المطور | Unknown |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QuickLinks", "description": "Speed dial for the internet.", "version": "1.0", "omnibox": { "keyword": "ql" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "activeTab", "storage", "tabs" ] } |