Slime
Stick your windows on top!
Slime란 무엇입니까?
Slime은(는) Slime Extension Development에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Stick your windows on top!"입니다.
확장 프로그램 스크린샷
Slime 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Slime is a chrome extension that allows you to stick any of your tabs on top! That means no matter what you're doing, you'll always be able to see your sticked tab on top. No need to split-screen or constantly alt-tab Features 🍃 Lightweight, no need for any new applications. Just lives inside Chrome! 💻 Cross-platform, compatible with any platform Chrome can run on! 💡 Just works, no struggling with weird compatibility issues with different browsers ⚡️ Fast! No bloat, no analytics, no extras. Get started without any BS! Use Cases 📸 Video call apps like Messenger, Duo, and more 📘 Documentation 🎥 Movies or videos from Netflix, Plex, and more ❗️ Reference issues as you work on them 💪 Statistics while you watch your favourite game 🖥 And other multi-tasking needs! BUGS Please do not submit a bug report as a review. Post an issue on GitHub here: https://github.com/mkotb/Slime-Demo/issues and I will be happy to help you! :)
확장 프로그램 기본 정보
이름 | Slime |
ID | phkkmgjnnbhcimhmgjiicmijjohofocd |
공식 URL | https://chromewebstore.google.com/detail/slime/phkkmgjnnbhcimhmgjiicmijjohofocd |
설명 | Stick your windows on top! |
파일 크기 | 1.69 MB |
설치 횟수 | 74 |
현재 버전 | 0.1 |
최근 업데이트 | 2021-01-10 |
출시 날짜 | 2021-01-07 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | Slime Extension Development |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/mkotb/Slime |
도움말 페이지 URL | https://github.com/mkotb/Slime/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Slime", "version": "0.1", "description": "Stick your windows on top!", "manifest_version": 2, "permissions": [ "tabCapture", "activeTab", "tabs" ], "background": { "scripts": [ "background.js" ] }, "commands": { "stick": { "suggested_key": { "default": "Ctrl+Shift+Y", "mac": "Command+Shift+Y" }, "description": "Stick the current window on top!" } }, "browser_action": [], "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |