TinyURL Maker

Creates a brand new TinyURL for the current tab that you are on!

什么是TinyURL Maker?

TinyURL Maker是由Liquid Rock开发的Chrome扩展程序,该扩展的主要功能是“Creates a brand new TinyURL for the current tab that you are on!”。

扩展截图

screenshot

下载TinyURL Maker扩展crx文件

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

扩展使用说明

                        Do you hate long links, well then this is the extension for you. TinyURL Maker uses the TinyURL API to condense and shorten long URLs. Simple extension for making a small and easily shared link. It will shorten whatever website you are on currently. 

Completely Open Source: https://github.com/forddasav/TinyURL-chromeextension

Feel Free to Add New Features etc. 

v 3.0
-Copy to Clipboard Functionality
-Better UI (thx to github user noordawod)


v 2.3.1
-Easier User Interface



v 1.1
-Base Update                    

扩展基本信息

名称 TinyURL Maker TinyURL Maker
ID icjgknkfhpgnpjmhchbjacifboahiajj
官方URL https://chromewebstore.google.com/detail/tinyurl-maker/icjgknkfhpgnpjmhchbjacifboahiajj
简介 Creates a brand new TinyURL for the current tab that you are on!
文件大小 10.93 KB
安装次数 6,000
当前版本 2.0.1
更新时间 2019-02-01
上架时间 2019-02-01
评分 5.00/5 共2次评分
开发者 Liquid Rock
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "description": "Creates a brand new TinyURL for the current tab that you are on!",
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 2,
    "name": "TinyURL Maker",
    "permissions": [
        "tabs",
        "",
        "storage"
    ],
    "version": "2.0.1"
}