shortcut
shortcut to most popular sites
ما هو shortcut؟
shortcut هو إضافة Chrome تم تطويرها بواسطة eranziman، والميزة الرئيسية لها هي "shortcut to most popular sites".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة shortcut
قم بتنزيل ملفات الامتداد shortcut بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Aren't you just tired of typing over and over again the same web site addresses: "https://www.google.co.il/", "https://www.facebook.com"/ect... Here you have all these links in one convenient small pop-up.
معلومات أساسية عن التمديد
الاسم | |
ID | pneeikgjlojkbjpkennpifdhljeniopj |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/shortcut/pneeikgjlojkbjpkennpifdhljeniopj |
الوصف | shortcut to most popular sites |
حجم الملف | 58.95 KB |
عدد التثبيتات | 277 |
النسخة الحالية | 1.0 |
آخر تحديث | 2014-02-27 |
تاريخ النشر | 2014-02-27 |
تقييم | 4.57/5 مجموع تقييمات 7 |
المطور | eranziman |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "shortcut", "description": "shortcut to most popular sites", "version": "1.0", "manifest_version": 2, "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon16.png", "default_popup": "browser_action.html" }, "permissions": [ "tabs" ], "commands": { "toggle-feature": { "suggested_key": { "default": "Ctrl+Shift+Y" }, "description": "Send a 'toggle-feature' event to the extension" }, "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+N", "mac": "MacCtrl+Shift+N" } } } } |