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 là gì?

Url Slideshow là một tiện ích mở rộng Chrome được phát triển bởi Proddi, và tính năng chính của nó là "Turns your browser into a slideshow of URLs. - Using just one tab for all URLs for minimal memory/resource footprint - You can…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Url Slideshow

Tải xuống các tệp mở rộng Url Slideshow dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Url Slideshow Url Slideshow
ID pdblffiahfjjldpkngdpaegghhamefam
URL Chính Thức https://chromewebstore.google.com/detail/url-slideshow/pdblffiahfjjldpkngdpaegghhamefam
Mô tả Turns your browser into a slideshow of URLs. - Using just one tab for all URLs for minimal memory/resource footprint - You can…
Kích Thước Tệp 47.35 KB
Số Lần Cài Đặt 42,887
Phiên Bản Hiện Tại 0.5.0
Cập Nhật Lần Cuối 2016-07-13
Ngày Phát Hành 2016-07-13
Đánh Giá 4.59/5 Tổng số 17 Đánh Giá
Nhà Phát Triển Proddi
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/proddi/urlslideshow
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}