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!”。
扩展截图
下载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 |
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 } ] } |