The tiny URL shortener

A minimalistic Chrome extension for shortening URLs

什麼是The tiny URL shortener?

The tiny URL shortener是由Marcus Johansson開發的Chrome擴展程式,該擴展的主要功能是“A minimalistic Chrome extension for shortening URLs”。

擴展截圖

screenshot

下載The tiny URL shortener擴展crx文件

下載The tiny URL shortener擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        A small extension that sits in your toolbar and shortens the current tab's URL.

A bit.ly account is required.                    

擴展基本資訊

名稱 The tiny URL shortener The tiny URL shortener
ID hohdkaanpmcooenkhecbakblkepcnfop
官方網址 https://chromewebstore.google.com/detail/the-tiny-url-shortener/hohdkaanpmcooenkhecbakblkepcnfop
簡介 A minimalistic Chrome extension for shortening URLs
檔案大小 105 KB
安裝次數 6,166
目前版本 2.0.3
更新時間 2022-02-08
上架時間 2020-04-17
評分 3.88/5 共 8 次評分
開發者 Marcus Johansson
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "The tiny URL shortener",
    "short_name": "tiny-shortener",
    "version": "2.0.3",
    "author": "@marcjoha",
    "description": "A minimalistic Chrome extension for shortening URLs",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon48.png",
            "38": "img\/icon48.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "identity",
        "storage"
    ],
    "background": {
        "scripts": [
            "jquery.min.js",
            "background.js"
        ],
        "persistent": false
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsOECKgHKYzb8bPF7QdxjzUgha\/R0RntpLAWtcE8K8e8xA70WoHaYB3Y+5EUhLhH9jlmsisgFL0UUyHta2FnMEi0ji1vQFGeM13llBNIcguRi\/969ghqjFa6vlC7wFt4vU\/aO1dMImGHDa0BG9K+t0XOk3f5dFdIdUl3QscBBZOH4j3IwINoBYpoJSSCCNi91mG\/J9CY\/9CUVGCSDz2BixSPQF0Nv9svJXFRiEQxf2cheCUShwVKWqwbCj\/EpGXHwdox6lEDVcEeI6r6zXBCuTnbi7dbWvPS\/ggj5Tczmu6ycakXQZICxo6hoPLQiCUl\/fjjxS+aMOB7R4LShG0YX4QIDAQAB"
}