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
官方網址 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
電子郵箱 [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"
}