Bitly | Short links and QR Codes

Create short, powerful links and QR Codes and share them with the world.

Bitly | Short links and QR Codesとは何ですか?

Bitly | Short links and QR Codesはhttps://bitly.comによって開発されたChromeの拡張機能で、その主な機能は「Create short, powerful links and QR Codes and share them with the world.」です。

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

screenshot
screenshot
screenshot

Bitly | Short links and QR Codes拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Connect with your audience and drive more viewers to your content with Bitly’s powerful connection platform. Create short links and QR Codes right from any page.

Shorten links with one click
Click the Bitly button in your toolbar to create a unique link to the current URL. Your shorter, more memorable link is copied to your clipboard and ready to paste into a post, message, or document.

Customize for click-worthy links
Is that bit.ly link too generic for you? Customize it by editing the back-half. Then take it to the next level by upgrading your account and replacing the generic "bit.ly" domain with your own brand.

Generate QR Codes
Create QR codes for print, outdoor, and other ad campaigns. With Bitly, a static QR Code will never get stale—just redirect it when your content changes.                    

拡張機能の基本情報

名前 Bitly | Short links and QR Codes Bitly | Short links and QR Codes
ID iabeihobmhlgpkcgjiloemdbofjbdcic
公式URL https://chromewebstore.google.com/detail/bitly-short-links-and-qr/iabeihobmhlgpkcgjiloemdbofjbdcic
説明 Create short, powerful links and QR Codes and share them with the world.
ファイルサイズ 1.4 MB
インストール数 617,947
現在のバージョン 4.2.2
最終更新日 2023-11-28
公開日 2020-06-11
評価 3.69/5 合計 1591 レビュー
開発者 https://bitly.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://bitly.com/
ヘルプページのURL http://support.bitly.com
プライバシーポリシーページのURL https://bitly.com/pages/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bitly | Short links and QR Codes",
    "description": "Create short, powerful links and QR Codes and share them with the world.",
    "version": "4.2.2",
    "manifest_version": 3,
    "action": {
        "default_title": "Bitly",
        "default_popup": "index.html",
        "default_icon": "bitly-logo-md.png"
    },
    "icons": {
        "16": "bitly-logo-sm.png",
        "128": "bitly-logo-lg.png"
    },
    "permissions": [
        "activeTab",
        "clipboardWrite",
        "identity",
        "storage",
        "contextMenus"
    ],
    "host_permissions": [
        "https:\/\/api-ssl.bitly.com\/"
    ],
    "minimum_chrome_version": "88.0.0.0",
    "background": {
        "service_worker": ".\/static\/js\/background.js",
        "type": "module"
    }
}