Slime

Stick your windows on top!

什麼是Slime?

Slime是由Slime Extension Development開發的Chrome擴展程式,該擴展的主要功能是“Stick your windows on top!”。

擴展截圖

screenshot
screenshot
screenshot

下載Slime擴展crx文件

下載Slime擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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 Slime
ID phkkmgjnnbhcimhmgjiicmijjohofocd
官方網址 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"
    }
}