URL Shortener & Automatic copy

Generate a shortened URL from the URL of the current page with just one click.

什么是URL Shortener & Automatic copy?

URL Shortener & Automatic copy是由https://x.gd开发的Chrome扩展程序,该扩展的主要功能是“Generate a shortened URL from the URL of the current page with just one click.”。

扩展截图

screenshot

下载URL Shortener & Automatic copy扩展crx文件

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

扩展使用说明

                        - Shorten a long URL with a single click.
- Shortened URLs are automatically copied.
- Access analysis function is provided.
- No membership registration is required.                    

扩展基本信息

名称 URL Shortener & Automatic copy URL Shortener & Automatic copy
ID fidojahpeagaflnjjbpkpcajhcbghooh
官方URL https://chromewebstore.google.com/detail/url-shortener-automatic-c/fidojahpeagaflnjjbpkpcajhcbghooh
简介 Generate a shortened URL from the URL of the current page with just one click.
文件大小 85.62 KB
安装次数 33,210
当前版本 1.3.1
更新时间 2022-06-26
上架时间 2021-03-03
评分 4.00/5 共9次评分
开发者 https://x.gd
电子邮箱 [email protected]
付费类型 free
扩展官网 https://x.gd
隐私政策页面URL https://x.gd/view/privacy
支持的语言 id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_ext_name__",
    "description": "__MSG_ext_desc__",
    "version": "1.3.1",
    "manifest_version": 2,
    "icons": {
        "32": "icon_32.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon_128.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ],
    "default_locale": "en",
    "homepage_url": "https:\/\/x.gd\/"
}