Slime
Stick your windows on top!
Qu'est-ce que Slime ?
Slime est une extension Chrome développée par Slime Extension Development, et sa fonction principale est "Stick your windows on top!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Slime
Téléchargez les fichiers d'extension Slime au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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! :)
Informations de Base sur l'Extension
Nom | Slime |
ID | phkkmgjnnbhcimhmgjiicmijjohofocd |
URL Officiel | https://chromewebstore.google.com/detail/slime/phkkmgjnnbhcimhmgjiicmijjohofocd |
Description | Stick your windows on top! |
Taille du Fichier | 1.69 MB |
Nombre d'Installations | 74 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2021-01-10 |
Date de Publication | 2021-01-07 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | Slime Extension Development |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/mkotb/Slime |
URL de la Page d'Aide | https://github.com/mkotb/Slime/issues |
Langues Prises en Charge | 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" } } |