Social Screensaver

Turn your Chrome tab into a screensaver that displays dynamic social content!

Social Screensaverとは何ですか?

Social ScreensaverはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Turn your Chrome tab into a screensaver that displays dynamic social content!」です。

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

screenshot

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

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

拡張機能の使用方法

                        Turn a newly opened Chrome tab into a Social Screensaver before walking away from your laptop or desktop!
By simply opening a new tab in Chrome, and entering an Instagram hashtag, you can generate real-time and fresh content that can be displayed as a fullscreen screensaver. You'll never want to give it up!                    

拡張機能の基本情報

名前 Social Screensaver Social Screensaver
ID kjbmjklmdnabhhmipajfpmmchjpmddfp
公式URL https://chromewebstore.google.com/detail/social-screensaver/kjbmjklmdnabhhmipajfpmmchjpmddfp
説明 Turn your Chrome tab into a screensaver that displays dynamic social content!
ファイルサイズ 65.79 KB
インストール数 50
現在のバージョン 0.0.4
最終更新日 2015-10-01
公開日 2015-10-01
開発者 Unknown
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Social Screensaver",
    "description": "Turn your Chrome tab into a screensaver that displays dynamic social content!",
    "icons": {
        "128": "images\/ss.png"
    },
    "version": "0.0.4",
    "permissions": [
        "*:\/\/api.instagram.com\/*",
        "*\/\/ajax.googleapis.com\/*"
    ],
    "chrome_url_overrides": {
        "newtab": "\/src\/newtab.html"
    },
    "background": {
        "scripts": [
            "\/src\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/google.com\/*"
            ],
            "js": [
                "\/lib\/zepto.min.js",
                "\/src\/content.js",
                "\/lib\/jquery.min.js"
            ],
            "all_frames": true
        }
    ]
}