Split
Splits the screen into two vertical panels for any given web page.
ما هو Split؟
Split هو إضافة Chrome تم تطويرها بواسطة marinehero، والميزة الرئيسية لها هي "Splits the screen into two vertical panels for any given web page.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Split
قم بتنزيل ملفات الامتداد Split بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Split lets you split your screen into two vertical panels. You are able to view the same page side by side which comes in handy when you want to compare content, translate content and so on. Click on the Split Screen icon in your browser bar. You now have 2 panels. Click a second time and it will revert back to single panel mode. Enjoy! NOTE: This extension will not work on all pages as it uses framesets and for security reasons, some websites understandingly prohibit this. Send me feedback to [pereira dot rjp at gmail dot com]
معلومات أساسية عن التمديد
الاسم | |
ID | ikjbemhhmfojpgaphgfogkpfibcjhfgp |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/split/ikjbemhhmfojpgaphgfogkpfibcjhfgp |
الوصف | Splits the screen into two vertical panels for any given web page. |
حجم الملف | 29.51 KB |
عدد التثبيتات | 2,000 |
النسخة الحالية | 1.0 |
آخر تحديث | 2013-11-05 |
تاريخ النشر | 2013-11-05 |
تقييم | 1.57/5 مجموع تقييمات 23 |
المطور | marinehero |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Split", "short_name": "Split", "description": "Splits the screen into two vertical panels for any given web page.", "version": "1.0", "manifest_version": 2, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "24": "icon24x24.png", "48": "icon48x48.png", "72": "icon72x72.png" }, "browser_action": { "default_title": "Split", "default_icon": "icon48x48.png" } } |