Social Screensaver
Turn your Chrome tab into a screensaver that displays dynamic social content!
Social Screensaverคืออะไร?
Social Screensaver เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Turn your Chrome tab into a screensaver that displays dynamic social content!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Social Screensaver
ดาวน์โหลดไฟล์ส่วนขยาย 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 } ] } |