Url Slideshow
Turns your browser into a slideshow of URLs. - Using just one tab for all URLs for minimal memory/resource footprint - You can…
ما هو Url Slideshow؟
Url Slideshow هو إضافة Chrome تم تطويرها بواسطة Proddi، والميزة الرئيسية لها هي "Turns your browser into a slideshow of URLs. - Using just one tab for all URLs for minimal memory/resource footprint - You can…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Url Slideshow
قم بتنزيل ملفات الامتداد Url Slideshow بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Turns your browser into a slideshow of URLs.
- Using just one tab for all URLs for minimal memory/resource footprint
- You can switch the tab without get intercept from the slideshow
- Easy contextMenu navigation for adding/removing/showing
- Fullscreen- / Autostart-feature for automation
- Also perfect to run on a Raspberry PI :)
https://github.com/proddi/urlslideshow معلومات أساسية عن التمديد
| الاسم | |
| ID | pdblffiahfjjldpkngdpaegghhamefam |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/url-slideshow/pdblffiahfjjldpkngdpaegghhamefam |
| الوصف | Turns your browser into a slideshow of URLs. - Using just one tab for all URLs for minimal memory/resource footprint - You can… |
| حجم الملف | 47.35 KB |
| عدد التثبيتات | 42,887 |
| النسخة الحالية | 0.5.0 |
| آخر تحديث | 2016-07-13 |
| تاريخ النشر | 2016-07-13 |
| تقييم | 4.59/5 مجموع تقييمات 17 |
| المطور | Proddi |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://github.com/proddi/urlslideshow |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Url Slideshow",
"author": "[email protected]",
"homepage_url": "https:\/\/github.com\/proddi\/urlslideshow",
"version": "0.5.0",
"manifest_version": 2,
"icons": {
"16": "icons\/slideshow-24.png",
"48": "icons\/slideshow-48.png",
"128": "icons\/slideshow-128.png"
},
"browser_action": {
"default_icon": {
"19": "icons\/slideshow-24.png",
"38": "icons\/slideshow-48.png"
},
"default_title": "Start\/Stop the show..."
},
"options_ui": {
"page": "html\/options.html",
"chrome_style": true
},
"background": {
"scripts": [
"js\/SlideShow.js",
"js\/background.js"
],
"persistent": true
},
"permissions": [
"contextMenus",
"tabs"
]
} | |