Up Url

enables auto-parsing and navigation of current url

Up Url क्या है?

Up Url https://netrc.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "enables auto-parsing and navigation of current url"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Up Url एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Simple, unobtrusive utility that helps navigate websites. Clicking on the icon will display a list of URLs, each one based on the current tab's URL with subdirectories deleted one-by-one. This allows you to go to exactly where you want to in the site's URL hierarchy without having to find the 'home' or other exact link on the page.

Free, no ads, no analytics.                    

एक्सटेंशन की मूल जानकारी

नाम Up Url Up Url
ID cagmkfldeglkpnoehchbbdjmgddacodk
आधिकारिक URL https://chromewebstore.google.com/detail/up-url/cagmkfldeglkpnoehchbbdjmgddacodk
विवरण enables auto-parsing and navigation of current url
फ़ाइल का आकार 19.5 KB
स्थापना संख्या 145
वर्तमान संस्करण 1.0
अंतिम अपडेट 2014-01-17
प्रकाशन तिथि 2014-01-17
रेटिंग 4.00/5 कुल 2 रेटिंग्स
डेवलपर https://netrc.com
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Up Url",
    "version": "1.0",
    "description": "enables auto-parsing and navigation of current url",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "upurl.html"
    },
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs"
    ]
}