Edgs | Trusted Short URLs

Create powerful short links by one click from any tab and share them anywhere.

Edgs | Trusted Short URLsとは何ですか?

Edgs | Trusted Short URLsはhttps://edgs.coによって開発されたChromeの拡張機能で、その主な機能は「Create powerful short links by one click from any tab and share them anywhere.」です。

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

screenshot

Edgs | Trusted Short URLs拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Shorten URLs quickly and conveniently from any tab by single click.

This extension eases the shortening of your URLs from Chrome. It integrates into the UI toolbar button and communicates with our shortening service. You need to register first and have your account and login in order for this extension to extract your API key.

Key features:
1. Passwordless authentication. The extension extracts your API key automatically as long as you are login 
2. Provide a keyword for the short URL
3. Automatically copy the resulting short URL to your clipboard for better productivity

Have questions or need help? Send an email to [email protected]

NOTE: Creating, saving and sharing URLs with this Chrome Extension is exactly the same as if you do directly from our shortening service website. This Chrome Extension does not collect any additional data about your browsing activity or history.                    

拡張機能の基本情報

名前 Edgs | Trusted Short URLs Edgs | Trusted Short URLs
ID gdfkfipafmomjckakhiliigjfhjehlbc
公式URL https://chromewebstore.google.com/detail/edgs-trusted-short-urls/gdfkfipafmomjckakhiliigjfhjehlbc
説明 Create powerful short links by one click from any tab and share them anywhere.
ファイルサイズ 22.7 KB
インストール数 69
現在のバージョン 1.0.5
最終更新日 2022-02-17
公開日 2022-02-02
開発者 https://edgs.co
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://edgs.co
ヘルプページのURL https://www.edgehosting.ca/about-us/
プライバシーポリシーページのURL https://www.edgs.co/securityprivacy-policy
対応言語 en-US
manifest.json
{
    "action": {
        "default_icon": {
            "128": "img\/logo128.png",
            "16": "img\/logo16.png",
            "19": "img\/logo19.png",
            "38": "img\/logo38.png",
            "48": "img\/logo48.png"
        },
        "default_popup": "popup.html",
        "default_title": "Edgs | Trusted Short URLs"
    },
    "author": "Edge Hosting Inc",
    "background": {
        "service_worker": "background.js"
    },
    "description": "Create powerful short links by one click from any tab and share them anywhere.",
    "host_permissions": [
        "http:\/\/edgs.co\/*",
        "https:\/\/edgs.co\/*"
    ],
    "icons": {
        "128": "img\/logo128.png",
        "16": "img\/logo16.png",
        "19": "img\/logo19.png",
        "38": "img\/logo38.png",
        "48": "img\/logo48.png"
    },
    "manifest_version": 3,
    "name": "Edgs | Trusted Short URLs",
    "permissions": [
        "activeTab",
        "storage",
        "clipboardWrite"
    ],
    "short_name": "Edgs Short URLs",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.5"
}