Slime
Stick your windows on top!
Vad är Slime?
Slime är en Chrome-tillägg utvecklad av Slime Extension Development, och dess huvudfunktion är "Stick your windows on top!".
Tilläggsskärmbilder
Ladda ner Slime-förlängningens CRX-fil
Ladda ner Slime-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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! :)
Grundläggande Information om Tillägg
Namn | Slime |
ID | phkkmgjnnbhcimhmgjiicmijjohofocd |
Officiell webbadress | https://chromewebstore.google.com/detail/slime/phkkmgjnnbhcimhmgjiicmijjohofocd |
Beskrivning | Stick your windows on top! |
Filstorlek | 1.69 MB |
Antal Installationer | 74 |
Aktuell Version | 0.1 |
Senast Uppdaterad | 2021-01-10 |
Publiceringsdatum | 2021-01-07 |
Betyg | 5.00/5 Totalt 4 Betyg |
Utvecklare | Slime Extension Development |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/mkotb/Slime |
Hjälpsida URL | https://github.com/mkotb/Slime/issues |
Stödda Språk | 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" } } |