"This Frame" Context Menu
Adds a context menu to frames that allows opening them in a new tab, a new window, etc.
ما هو "This Frame" Context Menu؟
"This Frame" Context Menu هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Adds a context menu to frames that allows opening them in a new tab, a new window, etc.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة "This Frame" Context Menu
قم بتنزيل ملفات الامتداد "This Frame" Context Menu بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Adds a "This Frame" Context Menu. This was originally published at ttps://chrome.google.com/webstore/detail/ckegihlfolljbjmbaidfnnjjhondlpho but seems to have vanished. This has been updated for manifest_version 2.
معلومات أساسية عن التمديد
الاسم | "This Frame" Context Menu |
ID | jceidnndfhmigdokmmehmfpibjjkmola |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/this-frame-context-menu/jceidnndfhmigdokmmehmfpibjjkmola |
الوصف | Adds a context menu to frames that allows opening them in a new tab, a new window, etc. |
حجم الملف | 4.89 KB |
عدد التثبيتات | 532 |
النسخة الحالية | 0.4 |
آخر تحديث | 2018-10-22 |
تاريخ النشر | 2018-10-22 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | Unknown |
نوع الدفع | free |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ], "persistent": true }, "description": "Adds a context menu to frames that allows opening them in a new tab, a new window, etc.", "icons": { "16": "icon16.png" }, "name": "\"This Frame\" Context Menu", "permissions": [ "tabs", "contextMenus" ], "version": "0.4", "manifest_version": 2 } |