Slime
Stick your windows on top!
Slime क्या है?
Slime Slime Extension Development द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Stick your windows on top!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Slime एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } } |