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

Wat is URLE.(me) Shrnkr (Long URL Shortener)?

URLE.(me) Shrnkr (Long URL Shortener) is een Chrome-extensie ontwikkeld door https://urle.me, en de belangrijkste functie is "Shrink and Copy your long URL with a click of a button. Remember it works on a current tab you are on".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie URLE.(me) Shrnkr (Long URL Shortener)

Download URLE.(me) Shrnkr (Long URL Shortener)-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam URLE.(me) Shrnkr (Long URL Shortener) URLE.(me) Shrnkr (Long URL Shortener)
ID nahlachfebiklihanaaoccmlbmibllli
Officiële URL https://chromewebstore.google.com/detail/urleme-shrnkr-long-url-sh/nahlachfebiklihanaaoccmlbmibllli
Beschrijving Shrink and Copy your long URL with a click of a button. Remember it works on a current tab you are on
Bestandsgrootte 118 KB
Aantal Installaties 99
Huidige Versie 0.5.1.5
Laatst Bijgewerkt 2017-11-09
Publicatiedatum 2017-11-01
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://urle.me
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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:\/\/*\/"
    ]
}