URL Shortener - TinyURL Extension

Shorten URLs with ease.

URL Shortener - TinyURL Extensionとは何ですか?

URL Shortener - TinyURL Extensionはdev.bergdaによって開発されたChromeの拡張機能で、その主な機能は「Shorten URLs with ease.」です。

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

screenshot

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

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

拡張機能の使用方法

                        The only URL Shortener Extension that doesn't open a popup.

Clicking the Extension Icon is all you need to do to shorten and copy the current URL, with no extra clutter do distract you from your browsing.

The same functionality is added to Chrome's Context menu for links, right-clicking a link gives you the option to shorten and copy the clicked link with just one click.

An 'OK' or 'ERR' badge is displayed on the Extension Icon to notify the user about a successful shortening and that the shortened URL is now copied to the user's clipboard, or to notify the user of an error.

This extension uses TinyURL's URL Shortener Service to shorten the URLs.
This extension does not store user data at any point. The current URL (or the URL from the clicked link) is the only thing that gets sent to the TinyURL API. The original URL or the shortened URL is not stored by this extension.                    

拡張機能の基本情報

名前 URL Shortener - TinyURL Extension URL Shortener - TinyURL Extension
ID mnnjjchefohcoocleiepmdpfhdpgoflk
公式URL https://chromewebstore.google.com/detail/url-shortener-tinyurl-ext/mnnjjchefohcoocleiepmdpfhdpgoflk
説明 Shorten URLs with ease.
ファイルサイズ 8.04 KB
インストール数 60
現在のバージョン 1.0.0
最終更新日 2023-08-05
公開日 2023-08-05
評価 5.00/5 合計 1 レビュー
開発者 dev.bergda
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "URL Shortener - TinyURL Extension",
    "version": "1.0.0",
    "description": "Shorten URLs with ease.",
    "action": {
        "default_title": "Shorten Url and Copy to Clipboard"
    },
    "icons": {
        "48": "icons\/icon48.png",
        "96": "icons\/icon96.png"
    },
    "background": {
        "service_worker": "service-worker.js"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "contextMenus",
        "clipboardWrite"
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self'; connect-src 'self' https:\/\/tinyurl.com;"
    }
}