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
官方網址 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
電子郵箱 [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"
    }
}