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はProddiによって開発されたChromeの拡張機能で、その主な機能は「Turns your browser into a slideshow of URLs. - Using just one tab for all URLs for minimal memory/resource footprint - You can…」です。

拡張機能のスクリーンショット

screenshot
screenshot

Url Slideshow拡張機能のCRXファイルをダウンロード

Url Slideshow拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Url Slideshow Url Slideshow
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
Eメール [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"
    ]
}