Quick Shortcuts
Since Chrome do not provide an easy way to find everything, this toolbar button lets you find it faster.
ما هو Quick Shortcuts؟
Quick Shortcuts هو إضافة Chrome تم تطويرها بواسطة https://www.esolutions.se، والميزة الرئيسية لها هي "Since Chrome do not provide an easy way to find everything, this toolbar button lets you find it faster.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Quick Shortcuts
قم بتنزيل ملفات الامتداد Quick Shortcuts بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension adds a new toolbar button with shortcuts to: * New tab * Print page with backgrounds * Extension * Downloads * Bookmark manager * View Page Source * Settings * History * Cookies * Clear browsing data * Plug-ins (Flash, Adobe Acrobat, Windows Media Player etc.) * Loaded modules * Memory usage * Exprerimental features * Chrome Urls (All Chrome pages) Since Chrome do not provide an easy way to find everything, this toolbar button lets you find it faster. It is also easier with icons to quickly find what you are looking for. This Extension also allows you to print the currently displayed Web Page with background colors and background images
معلومات أساسية عن التمديد
الاسم | Quick Shortcuts |
ID | lcfenihjmbehinmnfmaalmimpednkmnl |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/quick-shortcuts/lcfenihjmbehinmnfmaalmimpednkmnl |
الوصف | Since Chrome do not provide an easy way to find everything, this toolbar button lets you find it faster. |
حجم الملف | 25.69 KB |
عدد التثبيتات | 847 |
النسخة الحالية | 1.0.6 |
آخر تحديث | 2017-10-15 |
تاريخ النشر | 2017-10-15 |
تقييم | 4.55/5 مجموع تقييمات 20 |
المطور | https://www.esolutions.se |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.esolutions.se |
عنوان صفحة سياسة الخصوصية | https://www.esolutions.se/PrivacyPolicy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": { "19": "img\/icon19.png", "38": "img\/icon48.png" }, "default_popup": "popup.html", "default_title": "Quick Shortcuts" }, "offline_enabled": true, "description": "Since Chrome do not provide an easy way to find everything, this toolbar button lets you find it faster.", "icons": { "128": "img\/icon128.png", "16": "img\/icon16.png", "32": "img\/icon32.png", "48": "img\/icon48.png" }, "manifest_version": 2, "name": "Quick Shortcuts", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "1.0.6" } |