Tab Slideshow Plus
Create a slideshow based on the open tabs in your browser window with the option to periodically refresh tabs.
Tab Slideshow Plusคืออะไร?
Tab Slideshow Plus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย addonland และคุณลักษณะหลักของมันคือ "Create a slideshow based on the open tabs in your browser window with the option to periodically refresh tabs."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tab Slideshow Plus
ดาวน์โหลดไฟล์ส่วนขยาย Tab Slideshow Plus ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Tab Slideshow Plus allows you to cycle through open tabs in a particular browser window as though each tab were a slide in a slideshow or presentation. It's perfect for presenting information spread across multiple tabs or for advertising or information displays! The functionality is simple: press the Tab Slideshow Plus icon in your extension tray, input the tab change interval length (the amount of time to spend on each tab), optionally specify a refresh interval for (to auto-refresh tabs after an amount of time) and press 'Begin'. Tabs will then change automatically after the specified interval of time is up and will refresh if a refresh interval is provided.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Tab Slideshow Plus |
ID | iaehgcjemgeldahhdeafbdeglfbaecll |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tab-slideshow-plus/iaehgcjemgeldahhdeafbdeglfbaecll |
คำอธิบาย | Create a slideshow based on the open tabs in your browser window with the option to periodically refresh tabs. |
ขนาดไฟล์ | 83.18 KB |
จำนวนการติดตั้ง | 815 |
เวอร์ชันปัจจุบัน | 1.8 |
อัปเดตครั้งล่าสุด | 2019-04-11 |
วันที่เผยแพร่ | 2019-04-10 |
คะแนน | 3.23/5 รวมทั้งหมด 13 คะแนน |
ผู้พัฒนา | addonland |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | 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", "js\/ts.analytics.js" ] }, "browser_action": { "default_icon": "images\/icon.64.png", "default_name": "Tab Slideshow Plus", "default_popup": "popup.html", "default_title": "Tab Slideshow Plus" }, "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 with the option to periodically refresh tabs.", "icons": { "128": "images\/icon.128.png", "64": "images\/icon.64.png" }, "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDfm\/toQk5\/QPu9EyBxQblbODvLpOvMuHYLzjpw1QT64TfP2MkuVveLgzgCMQF4sdkhuSw52Kp0KLt0Ajog2sqfbB9oYeiMZuVXdMvNzkTor8rDmtmmB8rcVzIIcWhWk75x\/n3jOjZHylijdl1ZYRg2D+WCVgfF4xHZaLVX2gYcqwIDAQAB", "manifest_version": 2, "name": "Tab Slideshow Plus", "permissions": [ "tabs", "http:\/\/*\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.8" } |