AppJump App Launcher and Organizer
Quickly launch Apps from browser toolbar. Organize Apps and Extensions into Groups. Manage Apps and Extensions with ease.
AppJump App Launcher and Organizer क्या है?
AppJump App Launcher and Organizer https://www.visibotech.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quickly launch Apps from browser toolbar. Organize Apps and Extensions into Groups. Manage Apps and Extensions with ease."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में AppJump App Launcher and Organizer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Looking for a quick way to your favorite Chrome Web App? AppJump is a launcher and organizer for your Web Apps and Extensions! With AppJump you can put Apps and Extensions into Groups to allow easy management. You can also display specific groups of Apps in the launcher and start them right on your browser toolbar. This can be useful for you if you: - Have lots of Apps, or - Have lots of Extensions, and it's a pain to manage them - Uses Chrome OS - Likes launching Apps from good old browser icon on next to the Address Bar - Likes to try new stuffs :P All feedback welcome. Hope this little tool will be helpful to you! License: http://www.visibotech.com/license/appjump.html ******* Note: Unlike web app, extension cannot be launched directly. Therefore extensions are not listed in the popup. *******
एक्सटेंशन की मूल जानकारी
नाम | AppJump App Launcher and Organizer |
ID | hccbinpobnjcpckmcfngmdpnbnjpmcbd |
आधिकारिक URL | https://chromewebstore.google.com/detail/appjump-app-launcher-and/hccbinpobnjcpckmcfngmdpnbnjpmcbd |
विवरण | Quickly launch Apps from browser toolbar. Organize Apps and Extensions into Groups. Manage Apps and Extensions with ease. |
फ़ाइल का आकार | 86.39 KB |
स्थापना संख्या | 13,211 |
वर्तमान संस्करण | 0.9.3 |
अंतिम अपडेट | 2013-11-13 |
प्रकाशन तिथि | 2013-11-12 |
रेटिंग | 4.35/5 कुल 352 रेटिंग्स |
डेवलपर | https://www.visibotech.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://blog.visibotech.com |
सहायता पृष्ठ URL | http://blog.visibotech.com/search/label/appjump |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "AppJump App Launcher and Organizer", "version": "0.9.3", "manifest_version": 2, "description": "Quickly launch Apps from browser toolbar. Organize Apps and Extensions into Groups. Manage Apps and Extensions with ease.", "background": { "scripts": [ "background.js" ] }, "options_page": "options.html", "permissions": [ "management" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon19.png", "default_title": "AppJump App Launcher", "default_popup": "popup.html" } } |