URL Shortener with QR Code

Smart and stable URL shortener that can shorten all the links. It'll generate a QR code at the same time. Safe and quickly.

什么是URL Shortener with QR Code?

URL Shortener with QR Code是由abu13开发的Chrome扩展程序,该扩展的主要功能是“Smart and stable URL shortener that can shorten all the links. It'll generate a QR code at the same time. Safe and quickly.”。

扩展截图

screenshot
screenshot

下载URL Shortener with QR Code扩展crx文件

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

扩展使用说明

                        轻松两步,省时省力。主要功能如下:
ONE Click,  your link is shortened and copied, and the QR code is generated.

1.  操作简单,一次点击,自动生成并复制短网址!
     网页打开后,点击图标,即可以生成短连接,并自动复制
1. One click on urlShorter’s icon, then your link is shortened and copied. Easy!
    All you need to do is open the link to be shortened in the browser and click urlShorter‘s icon.

2. 使用稳定/权威/快速的服务,支持所有网址生成短链!
    聪明的开发者挑选了t.cn(新浪)、dwz.cn(百度)、http://980.so/,海外用户可使用https://goo.gl/(谷歌)服务
2. urlShorter supports all kinds of websites and our service is stable.
    Using t.cn(Sina), dwz.cn(Baidu), http://980.so/, https://goo.gl/, urlShorter is suitable for both domestic and overseas users

3. 支持一键生成二维码,二维码使用短链生成,扫码识别速度很快
    短链生成的同时,也会生成当前页面的二维码,手机扫一扫,方便分享!我们使用短链生成二维码,扫码识别速度大大提高
3. Generated the QR code of your shortened link at the same time !
   The QR code is generated from the shortened link so it can be opened quickly on your phone.

- 声明:此功能不会获取任何人的私人信息,只会执行url缩短和二维码生成指令。

- Privacy statement:The urlShorter won’t get your personal information. It only shortens the links and generates QR code.

==========================  UPDATE ==========================
2018.06.12 (Ver 2.3.0)
- 缓存一天生成的短网址,提高速度
- 添加新浪短网址的三方接口

==========================  UPDATE ==========================
2017.12.09 (Ver 2.0.0)
- 将本地域名转换成 ip 地址


****************************************************************************
2017.6.3(Ver 1.1.0)
- 增加海外服务:https://goo.gl/(谷歌),自动判别为海外用户,并优先使用谷歌短链服务;
- 增加更多国内服务:http://980.so/,稳定快速;
- 新增英文界面,海外用户也能愉快使用啦!

更多版本信息,请查看http://t.cn/RS6pbGJ
有问题请邮件 [email protected] 。

Jun 3rd, 2017 (Ver 1.1.0)
- Add overseas service: https://goo.gl/ (Google), smart urlShorter recongnises your location and recommonds suitable service for you automatically;
- Add :http://980.so/, another stable & quick API;
- New English UI, for overseas uesers !

For former version info, check http://t.cn/RS6pbGJ
If there’s any problems, please contact [email protected].                    

扩展基本信息

名称 URL Shortener with QR Code URL Shortener with QR Code
ID imocofkcogboajnibnnjeehpmhfgpecl
官方URL https://chromewebstore.google.com/detail/url-shortener-with-qr-cod/imocofkcogboajnibnnjeehpmhfgpecl
简介 Smart and stable URL shortener that can shorten all the links. It'll generate a QR code at the same time. Safe and quickly.
文件大小 638 KB
安装次数 7,000
当前版本 3.7.4
更新时间 2021-05-18
上架时间 2020-03-27
评分 4.24/5 共38次评分
开发者 abu13
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://jijiangeshui.com/policy.html
支持的语言 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "3.7.4",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "browser_action": {
        "default_icon": "images\/icon_16.png",
        "default_title": "Shorter the url!",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "images\/icon_128.png",
        "16": "images\/icon_16.png"
    },
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "storage",
        "*:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com\/analytics.js; object-src 'self'"
}