Custom Chrome Shortcut Manager
To use, type 'go' into the search bar.
ما هو Custom Chrome Shortcut Manager؟
Custom Chrome Shortcut Manager هو إضافة Chrome تم تطويرها بواسطة https://swsmith.cc، والميزة الرئيسية لها هي "To use, type 'go' into the search bar.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Custom Chrome Shortcut Manager
قم بتنزيل ملفات الامتداد Custom Chrome Shortcut Manager بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
**New in Version 1.1.0** Ability to remove individual shortcuts! Define shortcuts to enter in the search bar! This makes getting to your favorite sites a breeze. Simply add an alias to url pairing in the configuration window, then type 'go' in the search bar. Press tab and enter the alias of the website you want to visit. You're then directed the website. As an added bonus, Omnibox Alias does math. Simply type in a math expression to the search box and it'll suggest the rest.
معلومات أساسية عن التمديد
الاسم | Custom Chrome Shortcut Manager |
ID | ijihchgjhagfhdkhagnmlebpepjlecml |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/custom-chrome-shortcut-ma/ijihchgjhagfhdkhagnmlebpepjlecml |
الوصف | To use, type 'go' into the search bar. |
حجم الملف | 202 KB |
عدد التثبيتات | 1,913 |
النسخة الحالية | 1.1.1 |
آخر تحديث | 2022-05-25 |
تاريخ النشر | 2020-05-04 |
تقييم | 3.23/5 مجموع تقييمات 13 |
المطور | https://swsmith.cc |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://sean-smith.github.io/chromeshortcuts/index.html |
عنوان صفحة المساعدة | https://github.com/sean-smith/chrome_shortcuts/issues |
عنوان صفحة سياسة الخصوصية | https://seanssmith.net/copyright.html |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Custom Chrome Shortcut Manager", "short_name": "Omnibox Alias", "description": "To use, type 'go' into the search bar.", "version": "1.1.1", "permissions": [ "storage", "activeTab" ], "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_title": "Omnibox Alias", "default_icon": "img\/terminal_16x16.png", "default_popup": "popup.html" }, "omnibox": { "keyword": "go" }, "icons": { "16": "img\/terminal_16x16.png", "48": "img\/terminal_48x48.png", "128": "img\/terminal_128x128.png" }, "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'" } |