Url Shortener

Just click our extension icon on toolbar to shorten the URL of current page with TinyURL.com url shortener service.

什么是Url Shortener?

Url Shortener是由ritemre开发的Chrome扩展程序,该扩展的主要功能是“Just click our extension icon on toolbar to shorten the URL of current page with TinyURL.com url shortener service.”。

扩展截图

screenshot
screenshot

下载Url Shortener扩展crx文件

下载Url Shortener扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        What does this extension do?
--> Shorten URLs using TinyURL url shortener service.
--> Easily shorten any link from clipboard
--> Automatically copies url to clipboard
--> Сlick to shorten url and copy to clipboard
--> Generate QR code                    

扩展基本信息

名称 Url Shortener Url Shortener
ID mpondihcamknphabeadmkomijoemjhkm
官方URL https://chromewebstore.google.com/detail/url-shortener/mpondihcamknphabeadmkomijoemjhkm
简介 Just click our extension icon on toolbar to shorten the URL of current page with TinyURL.com url shortener service.
文件大小 1.66 MB
安装次数 72
当前版本 1.0.0
更新时间 2021-02-18
上架时间 2021-02-17
评分 3.67/5 共3次评分
开发者 ritemre
电子邮箱 [email protected]
付费类型 free
扩展官网 https://uygunpetgross.com.tr/
帮助页面URL https://uygunpetgross.com.tr/index.php?route=information/contact
支持的语言 id,ms,de,en,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Uygun Pet Gross",
    "name": "__MSG_app_name__",
    "short_name": "__MSG_app_name__",
    "description": "__MSG_app_description__",
    "version": "1.0.0",
    "version_name": "1.0.0",
    "manifest_version": 2,
    "default_locale": "en",
    "background": {
        "scripts": [
            "data\/background.js"
        ],
        "persistent": true
    },
    "homepage_url": "https:\/\/www.uygunpetgross.com.tr",
    "browser_action": {
        "default_title": "__MSG_app_name__",
        "default_icon": {
            "128": "data\/assets\/icons\/128.png",
            "256": "data\/assets\/icons\/256.png",
            "32": "data\/assets\/icons\/32.png",
            "48": "data\/assets\/icons\/48.png",
            "96": "data\/assets\/icons\/96.png"
        },
        "default_popup": "data\/popup\/index.html"
    },
    "icons": {
        "128": "data\/assets\/icons\/128.png",
        "256": "data\/assets\/icons\/256.png",
        "32": "data\/assets\/icons\/32.png",
        "48": "data\/assets\/icons\/48.png",
        "96": "data\/assets\/icons\/96.png"
    },
    "permissions": [
        "tabs",
        "https:\/\/chart.googleapis.com\/*",
        "https:\/\/tinyurl.com\/*",
        "storage"
    ]
}