URLE.(me) Shrnkr (Long URL Shortener)

Shrink and Copy your long URL with a click of a button. Remember it works on a current tab you are on

Qu'est-ce que URLE.(me) Shrnkr (Long URL Shortener) ?

URLE.(me) Shrnkr (Long URL Shortener) est une extension Chrome développée par https://urle.me, et sa fonction principale est "Shrink and Copy your long URL with a click of a button. Remember it works on a current tab you are on".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension URLE.(me) Shrnkr (Long URL Shortener)

Téléchargez les fichiers d'extension URLE.(me) Shrnkr (Long URL Shortener) 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

                        Shink your long URL right from the browser. You no longer have to copy the link go to a site to shorten it. You can do it right from the tab. Click on the icon to shorten and copy to clipboard. Simple and Useful.                    

Informations de Base sur l'Extension

Nom URLE.(me) Shrnkr (Long URL Shortener) URLE.(me) Shrnkr (Long URL Shortener)
ID nahlachfebiklihanaaoccmlbmibllli
URL Officiel https://chromewebstore.google.com/detail/urleme-shrnkr-long-url-sh/nahlachfebiklihanaaoccmlbmibllli
Description Shrink and Copy your long URL with a click of a button. Remember it works on a current tab you are on
Taille du Fichier 118 KB
Nombre d'Installations 99
Version Actuelle 0.5.1.5
Dernière Mise à Jour 2017-11-09
Date de Publication 2017-11-01
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://urle.me
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "URLE.(me) Shrnkr (Long URL Shortener)",
    "description": "Shrink and Copy your long URL with a click of a button. Remember it works on a current tab you are on",
    "version": "0.5.1.5",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "icons": {
        "16": "img\/logoN16.png",
        "32": "img\/logoN32.png",
        "48": "img\/logoN48.png",
        "128": "img\/logoN128.png"
    },
    "browser_action": {
        "default_icon": "img\/logo.png",
        "title": "URL",
        "default_popup": "main.html"
    },
    "author": "Designsexposition.com by Igor M",
    "short_name": "urle.me shrtnr",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Alt+S",
                "mac": "Alt+S"
            }
        }
    },
    "permissions": [
        "tabs",
        "",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}