Shorten.rest URL Shortener

Easily create & manage branded short links

什麼是Shorten.rest URL Shortener?

Shorten.rest URL Shortener是由https://shorten.rest開發的Chrome擴展程式,該擴展的主要功能是“Easily create & manage branded short links”。

擴展截圖

screenshot

下載Shorten.rest URL Shortener擴展crx文件

下載Shorten.rest URL Shortener擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Shorten.REST URL Shortening API Chrome Extension - Easily shorten and manage your short branded URLs without having to login to your account.

Search, Update & Manage your existing short URLs with ease.

Choose between short.fyi and your own branded domains (multiple domains allowed!).
Customize the URI (vanity / alias / URL ending) to make it meaningful.

Add Retargeting & Tracking pixels for each URL or at the account level.
Add UTM's to any URL.

Destination URL character limit of 8192.

Get your free API key at https://shorten.rest                    

擴展基本資訊

名稱 Shorten.rest URL Shortener Shorten.rest URL Shortener
ID eaiocdhmmbfbfcgmlmhnpeehiddddanb
官方網址 https://chromewebstore.google.com/detail/shortenrest-url-shortener/eaiocdhmmbfbfcgmlmhnpeehiddddanb
簡介 Easily create & manage branded short links
檔案大小 1.99 MB
安裝次數 60
目前版本 1.0.1
更新時間 2020-05-29
上架時間 2020-05-28
評分 5.00/5 共 12 次評分
開發者 https://shorten.rest
電子郵箱 [email protected]
付費類型 free
擴展官網 https://shorten.rest
說明頁面URL https://shorten.rest/knowledge-base/
隱私政策頁面URL https://apilads.com/privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Shorten.rest URL Shortener",
    "description": "Easily create & manage branded short links",
    "version": "1.0.1",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "assets\/images\/logo16.png",
            "32": "assets\/images\/logo32.png",
            "48": "assets\/images\/logo48.png",
            "128": "assets\/images\/logo128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js",
                "runtime.js"
            ]
        }
    ],
    "icons": {
        "16": "assets\/images\/logo16.png",
        "32": "assets\/images\/logo32.png",
        "48": "assets\/images\/logo48.png",
        "128": "assets\/images\/logo128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "https:\/\/*.shorten.rest\/",
        "https:\/\/api.shorten.rest\/",
        "https:\/\/shorten.rest\/"
    ]
}