Tab Slideshow
Create a slideshow based on the open tabs in your browser window.
ما هو Tab Slideshow؟
Tab Slideshow هو إضافة Chrome تم تطويرها بواسطة addonland، والميزة الرئيسية لها هي "Create a slideshow based on the open tabs in your browser window.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Tab Slideshow
قم بتنزيل ملفات الامتداد Tab Slideshow بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Tab Slideshow allows you to cycle through open tabs in a particular browser window as though each tab were a slide in a slideshow or presentation. The functionality is simple: press the Tab Slideshow icon in your extension tray, input the interval length (the amount of time to spend on each tab) and press 'Begin'. Tabs will then change automatically after the specified interval of time is up. The slideshow stops when a new tab/window is created, an existing tab is closed or you press the 'Stop' button from within the popup window. --- If you find this extension useful, but wanted the ability to add a refresh interval, try out Tab Slideshow Plus (https://chrome.google.com/webstore/detail/iaehgcjemgeldahhdeafbdeglfbaecll)! It's basically the same extension with the only difference being the refresh interval parameter, but I didn't want to introduce any bugs in this version.
معلومات أساسية عن التمديد
الاسم | Tab Slideshow |
ID | loepeenhjndiclafjgoackjblfhonogb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/tab-slideshow/loepeenhjndiclafjgoackjblfhonogb |
الوصف | Create a slideshow based on the open tabs in your browser window. |
حجم الملف | 82.62 KB |
عدد التثبيتات | 6,351 |
النسخة الحالية | 1.8 |
آخر تحديث | 2022-05-25 |
تاريخ النشر | 2019-01-18 |
تقييم | 3.39/5 مجموع تقييمات 28 |
المطور | addonland |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://docs.google.com/document/d/e/2PACX-1vQD5nAkCjZGs8F1Wwi6zWZ-dfsTWMZed-wu3bH7BiN_NsOkoDj6ZVjHn3A-8I18ZGFqAbN9w3vbunDz/pub |
اللغات المدعومة | en |
manifest.json | |
{ "background": { "scripts": [ "js\/mootools-1.11.js", "js\/ts.background.js" ] }, "browser_action": { "default_icon": "images\/icon.64.png", "default_name": "Tab Slideshow", "default_popup": "popup.html", "default_title": "Tab Slideshow" }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'", "description": "Create a slideshow based on the open tabs in your browser window.", "icons": { "128": "images\/icon.128.png", "64": "images\/icon.64.png" }, "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCmNsO3p9Yl2nrWEihUikc+tqoe7M3+C7TuV3IFtnQcYG+1dP\/C3v14YaJAPFajADEW7R\/sGgZbODdaYl\/8WP2EQzuTgo42VCM4+tsWgBrDSlXKeidC\/sxC4ZANxPaDZH\/HCFy6Y2unP+cMqdVJsSsnrl5C8B2MjlIGQ8JNFLX5twIDAQAB", "manifest_version": 2, "name": "Tab Slideshow", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.8" } |