Create Shortcut
Adds 'Create Shortcut' in the context menu.
ما هو Create Shortcut؟
Create Shortcut هو إضافة Chrome تم تطويرها بواسطة Tack'n، والميزة الرئيسية لها هي "Adds 'Create Shortcut' in the context menu.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Create Shortcut
قم بتنزيل ملفات الامتداد Create Shortcut بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
When the menu is selected, this extension creates an internet shortcut file (.html) to the current webpage. The shortcut files are saved in your download folder.
معلومات أساسية عن التمديد
الاسم | Create Shortcut |
ID | ehmkjaagddnjkgghllbchghdehmgplpf |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/create-shortcut/ehmkjaagddnjkgghllbchghdehmgplpf |
الوصف | Adds 'Create Shortcut' in the context menu. |
حجم الملف | 11.45 KB |
عدد التثبيتات | 172 |
النسخة الحالية | 1.0.1 |
آخر تحديث | 2020-11-07 |
تاريخ النشر | 2020-09-24 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | Tack'n |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.tackn.jp/post-3874.html |
اللغات المدعومة | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "default_locale": "en", "name": "Create Shortcut", "version": "1.0.1", "description": "__MSG_extDescription__", "background": { "scripts": [ "src\/extension.js" ], "persistent": true }, "permissions": [ "contextMenus" ], "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "browser_action": { "default_icon": { "48": "icons\/48.png" } } } |