Tiny.ee - URL Shortener

Shorten URLs with the click of a button.

什么是Tiny.ee - URL Shortener?

Tiny.ee - URL Shortener是由https://tiny.ee开发的Chrome扩展程序,该扩展的主要功能是“Shorten URLs with the click of a button.”。

扩展截图

screenshot
screenshot
screenshot

下载Tiny.ee - URL Shortener扩展crx文件

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

扩展使用说明

                        Tiny.ee is a URL shortening service, a web service that provides short aliases for redirection of long URLs.

This plugin makes the process even quicker, by allowing you to shorten the page you are on, without having to go to our website.

Once the URL is shortened in the prompt provided, it will automatically be selected, allowing you to copy the URL to your service. You can also click the Social Icons to share your URL to the relevant platforms.                    

扩展基本信息

名称 Tiny.ee - URL Shortener Tiny.ee - URL Shortener
ID liioijhfebcmbnjelolndbkolipcipek
官方URL https://chromewebstore.google.com/detail/tinyee-url-shortener/liioijhfebcmbnjelolndbkolipcipek
简介 Shorten URLs with the click of a button.
文件大小 62.88 KB
安装次数 21
当前版本 1.0.7
更新时间 2024-01-03
上架时间 2019-05-13
评分 5.00/5 共1次评分
开发者 https://tiny.ee
电子邮箱 [email protected]
付费类型 free
扩展官网 https://tiny.ee/
隐私政策页面URL https://tiny.ee/tos
支持的语言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tiny.ee - URL Shortener",
    "description": "Shorten URLs with the click of a button.",
    "version": "1.0.7",
    "icons": {
        "16": "icon_d.png",
        "48": "icon_d.png",
        "128": "icon_d.png"
    },
    "action": {
        "default_icon": "icon_d.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}