URL Prefix

A tool for links where URL prefix is same and suffix changes. Ideal for Jira, GitHub, and ticketing links.

URL Prefix क्या है?

URL Prefix Piyush Ramuka द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A tool for links where URL prefix is same and suffix changes. Ideal for Jira, GitHub, and ticketing links."।

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

screenshot

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

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

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

                        Do you find yourself typing same URL (website) prefix with different suffixes/parameters. Something we experience while using Jira, Github, stock checking, or a ticketing system. 

What's New: Open extension with shortcut:
- Windows: Ctrl + Shift + U
- Mac: Cmd + Shift + U

Sample:
https://github.com//issues/123
https://source.yourcomany.com/jira-ticket-2321
https://helpdesk.yourproduct.com/ticket/2222
https://github.com//issues/1111
https://www.amazon.com/s?k=

This free extension saves time by allowing you to build URL prefixes. Once the prefixes are configured, use the pop-up to type the query and directly jump to the desired page. You may also open multiple pages at once by supplying the query separated by comma.

Efficient and easy way to open pages, tickets, issues, orders and more directly!
 
One more thing - No data is collected from this app!                    

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

नाम URL Prefix URL Prefix
ID phmkaaliodhmmhddaacjagcifjacnmbh
आधिकारिक URL https://chromewebstore.google.com/detail/url-prefix/phmkaaliodhmmhddaacjagcifjacnmbh
विवरण A tool for links where URL prefix is same and suffix changes. Ideal for Jira, GitHub, and ticketing links.
फ़ाइल का आकार 102 KB
स्थापना संख्या 332
वर्तमान संस्करण 1.8.3
अंतिम अपडेट 2022-05-31
प्रकाशन तिथि 2020-04-09
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर Piyush Ramuka
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.8.3",
    "author": "Piyush Ramuka",
    "manifest_version": 3,
    "name": "URL Prefix",
    "description": "A tool for links where URL prefix is same and suffix changes. Ideal for Jira, GitHub, and ticketing links.",
    "permissions": [
        "storage"
    ],
    "omnibox": {
        "keyword": "go"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/urlprefix.png",
        "32": "images\/urlprefix32.png",
        "48": "images\/urlprefix48.png",
        "128": "images\/urlprefix128.png"
    },
    "options_ui": {
        "page": "options.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+U",
                "mac": "Command+Shift+U"
            }
        }
    }
}