Slime

Stick your windows on top!

Slime là gì?

Slime là một tiện ích mở rộng Chrome được phát triển bởi Slime Extension Development, và tính năng chính của nó là "Stick your windows on top!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Slime

Tải xuống các tệp mở rộng Slime dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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! :)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Slime Slime
ID phkkmgjnnbhcimhmgjiicmijjohofocd
URL Chính Thức https://chromewebstore.google.com/detail/slime/phkkmgjnnbhcimhmgjiicmijjohofocd
Mô tả Stick your windows on top!
Kích Thước Tệp 1.69 MB
Số Lần Cài Đặt 74
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2021-01-10
Ngày Phát Hành 2021-01-07
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Slime Extension Development
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/mkotb/Slime
URL Trang Trợ Giúp https://github.com/mkotb/Slime/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}