Upshift
Allows you to quickly navigate up levels in a web site address.
Upshift क्या है?
Upshift Benbuck Nason द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows you to quickly navigate up levels in a web site address."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Upshift एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
When you click on the Upshift icon, it will pop up a list of new addresses that you can select, which all go increasingly higher in the address of the site you are currently viewing. You can use shift+click to open the address in a new window, or ctrl+click / middle mouse click to open the address in a new tab. There is a keyboard shortcut, ctrl+up, that allows you to go up one level in the current address. Upshift does not use your data for any other purpose, or save or send anywhere.
एक्सटेंशन की मूल जानकारी
नाम | Upshift |
ID | nmibphlpgkekcpbplklgdfmiphfdfhdi |
आधिकारिक URL | https://chromewebstore.google.com/detail/upshift/nmibphlpgkekcpbplklgdfmiphfdfhdi |
विवरण | Allows you to quickly navigate up levels in a web site address. |
फ़ाइल का आकार | 24.86 KB |
स्थापना संख्या | 385 |
वर्तमान संस्करण | 4.1 |
अंतिम अपडेट | 2023-02-25 |
प्रकाशन तिथि | 2019-09-03 |
रेटिंग | 4.16/5 कुल 19 रेटिंग्स |
डेवलपर | Benbuck Nason |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/benbuck/upshift |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Upshift", "version": "4.1", "description": "Allows you to quickly navigate up levels in a web site address.", "author": "Benbuck Nason", "icons": { "16": "icon_16.png", "19": "icon_19.png", "32": "icon_32.png", "38": "icon_38.png", "48": "icon_48.png", "64": "icon_64.png", "128": "icon_128.png" }, "action": { "default_icon": { "16": "icon_16.png", "19": "icon_19.png", "32": "icon_32.png", "38": "icon_38.png", "48": "icon_48.png", "64": "icon_64.png", "128": "icon_128.png" }, "default_title": "Upshift", "default_popup": "popup.html" }, "background": { "name": "Upshift", "service_worker": "background.js" }, "commands": { "upshift_one_level": { "description": "Upshift one level", "suggested_key": { "default": "Ctrl+Up" } } }, "permissions": [ "tabs" ] } |