URL Prefix

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

Qu'est-ce que URL Prefix ?

URL Prefix est une extension Chrome développée par Piyush Ramuka, et sa fonction principale est "A tool for links where URL prefix is same and suffix changes. Ideal for Jira, GitHub, and ticketing links.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension URL Prefix

Téléchargez les fichiers d'extension URL Prefix au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom URL Prefix URL Prefix
ID phmkaaliodhmmhddaacjagcifjacnmbh
URL Officiel https://chromewebstore.google.com/detail/url-prefix/phmkaaliodhmmhddaacjagcifjacnmbh
Description A tool for links where URL prefix is same and suffix changes. Ideal for Jira, GitHub, and ticketing links.
Taille du Fichier 102 KB
Nombre d'Installations 332
Version Actuelle 1.8.3
Dernière Mise à Jour 2022-05-31
Date de Publication 2020-04-09
Évaluation 5.00/5 Total 4 Évaluations
Développeur Piyush Ramuka
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            }
        }
    }
}