Shortest URL Shortener

Shortest URL Shortener - created von Marketingradar.de

Shortest URL Shortenerとは何ですか?

Shortest URL Shortenerはhttps://mediaworx.comによって開発されたChromeの拡張機能で、その主な機能は「Shortest URL Shortener - created von Marketingradar.de」です。

拡張機能のスクリーンショット

screenshot

Shortest URL Shortener拡張機能のCRXファイルをダウンロード

Shortest URL Shortener拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This is the shortest URL shortener ever - well, the one of the shortest, and, btw. the one of the most simple. 

It needs just one single mouse click - and the URL of the current website is copied into the clipboard. Nothing more, nothing less - enjoy the simplicity!                    

拡張機能の基本情報

名前 Shortest URL Shortener Shortest URL Shortener
ID kocefagidbbcdghmdnhndemdjpjjdngj
公式URL https://chromewebstore.google.com/detail/shortest-url-shortener/kocefagidbbcdghmdnhndemdjpjjdngj
説明 Shortest URL Shortener - created von Marketingradar.de
ファイルサイズ 13.13 KB
インストール数 76
現在のバージョン 0.3
最終更新日 2018-12-14
公開日 2018-12-13
開発者 https://mediaworx.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://mediaworx.com
ヘルプページのURL https://marketingradar.de
対応言語 en-US
manifest.json
{
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_popup": "popup.html"
    },
    "description": "Shortest URL Shortener - created von Marketingradar.de",
    "homepage_url": "https:\/\/marketingradar.de",
    "short_name": "Shortest URL Shortener",
    "author": "Evgeniy Orlov, [email protected]",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "manifest_version": 2,
    "name": "Shortest URL Shortener",
    "permissions": [
        "tabs",
        "http:\/\/*\/",
        "http:\/\/v.gd\/*",
        "https:\/\/v.gd\/*"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.3"
}