Jumprope
Make the internet faster and upgrade your search with Jump commands.
Τι είναι το Jumprope;
Το Jumprope είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://jumprope.ai, και η κύρια λειτουργία του είναι "Make the internet faster and upgrade your search with Jump commands.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Jumprope
Λήψη αρχείων επέκτασης Jumprope σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Jumprope gives you search superpowers and helps you navigate the web faster via commands. Jump commands allow you to to navigate websites like Gmail, Google Drive, Twitter, Github, and Facebook in the search bar by typing in a command. 👉 How do commands work? Jumprope uses commands called Jumps to resolve searches you make in your Chrome URL bar. For example, searching "fb beyonce" searches Facebook for Beyonce. 👉 What are the available shortcut commands? There are Jumps for many apps and use cases - or you can add your own. By default, Jumprope gives you some essential Jumps out of the box. To use Jumprope, start your search with a jump command. Here are some examples: - gd resume → Find your resume on Google Drive - twt election results → Search for election results on Twitter - azn tide pods → Find Tide pods on Amazon - ln Tim Draper→ Search for Tim Draper on Linkedin - m1 - Open your personal gmail - m2 - Open your work gmail ....and add your own! visit https://jumprope.ai to see the full list. 👉 Can you create custom commands? Jumprope also allows you to create custom commands, for example, you can create one named "standup" and add your zoom meeting URL to it. Whenever you type "standup" into your address bar, Jumprope automatically opens the zoom link for you. 👉 Can I share Jump commands with a company? Jumprope enables you to create organizations where you can invite multiple users to the workspaces. Commands added to the organizations can be used by all the members. For example, you can create a jump called "profile" that opens a profile in your database, so when you type "profile scott" it opens Scott's profile 👉 How does Jumprope work? Jumprope changes your browser search to check for the presence of special commands in your search terms. If it does not find a command, it defaults back to Google. For example, if you install Jumprope and search "twt joe rogan", it will open tweets about Joe Rogan as opposed to Google results. Since Jumps are resolved based on their URLs, Jumprope does not have access to any of your accounts or platforms. 👉 Why is Jumprope useful? Engineers, execs, founders, investors, and makers use Jumprope to speed up searching and jump right to results. It takes inspiration from a developer tool called a terminal that allows you to issue commands to specific programs.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | peljbehfbigebpgbcdbkdbochkkdnfff |
Επίσημο URL | https://chrome.google.com/webstore/detail/jumprope/peljbehfbigebpgbcdbkdbochkkdnfff |
Περιγραφή | Make the internet faster and upgrade your search with Jump commands. |
Μέγεθος Αρχείου | 99.37 KB |
Αριθμός Εγκαταστάσεων | 216 |
Τρέχουσα Έκδοση | 1.0.1 |
Τελευταία Ενημέρωση | 2021-02-04 |
Ημερομηνία Δημοσίευσης | 2021-02-04 |
Αξιολόγηση | 4.00/5 Συνολικά 7 Αξιολογήσεις |
Προγραμματιστής | http://jumprope.ai |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://jumprope.ai |
Διεύθυνση URL της Σελίδας Βοήθειας | https://jumprope.ai/contact |
URL της Σελίδας Πολιτικής Απορρήτου | https://jumprope.ai/privacy |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "Jumprope", "name": "Jumprope", "version": "1.0.1", "manifest_version": 2, "description": "Make the internet faster and upgrade your search with Jump commands.", "icons": { "16": "logos\/jumprope_16.png", "32": "logos\/jumprope_32.png", "48": "logos\/jumprope_48.png", "128": "logos\/jumprope_128.png" }, "background": { "scripts": [ "\/background\/on_install_bg_script.js", "\/background\/auth_bg_script.js" ], "persistent": true }, "browser_action": { "default_icon": { "16": "logos\/jumprope_16.png", "32": "logos\/jumprope_32.png", "48": "logos\/jumprope_48.png", "128": "logos\/jumprope_128.png" }, "default_popup": "index.html", "default_title": "Jumprope" }, "chrome_settings_overrides": { "search_provider": { "name": "Jumprope", "keyword": "jrs", "search_url": "https:\/\/api.jumprope.ai\/search?q={searchTerms}", "suggest_url": "https:\/\/api.jumprope.ai\/suggest?q={searchTerms}", "instant_url": "https:\/\/api.jumprope.ai\/search?q={searchTerms}", "favicon_url": "https:\/\/jumprope.ai\/favicon.ico", "encoding": "UTF-8", "is_default": true }, "startup_pages": [ "https:\/\/www.jumprope.ai" ] }, "permissions": [ "identity", "identity.email", "storage", "webRequest", "webRequestBlocking", "tabs", "*:\/\/*.jumprope.ai\/*", "https:\/\/*\/*", "http:\/\/localhost:8000\/*", "http:\/\/localhost:9000\/*" ] } |