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
公式URL 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
Eメール [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\/"
    ]
}