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.

Wat is URL Shortener with QR Code?

URL Shortener with QR Code is een Chrome-extensie ontwikkeld door abu13, en de belangrijkste functie is "Smart and stable URL shortener that can shorten all the links. It'll generate a QR code at the same time. Safe and quickly.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie URL Shortener with QR Code

Download URL Shortener with QR Code-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        轻松两步,省时省力。主要功能如下:
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].                    

Basisinformatie over de Extensie

Naam URL Shortener with QR Code URL Shortener with QR Code
ID imocofkcogboajnibnnjeehpmhfgpecl
Officiële URL https://chromewebstore.google.com/detail/url-shortener-with-qr-cod/imocofkcogboajnibnnjeehpmhfgpecl
Beschrijving Smart and stable URL shortener that can shorten all the links. It'll generate a QR code at the same time. Safe and quickly.
Bestandsgrootte 638 KB
Aantal Installaties 7,000
Huidige Versie 3.7.4
Laatst Bijgewerkt 2021-05-18
Publicatiedatum 2020-03-27
Beoordeling 4.24/5 Totaal 38 Beoordelingen
Ontwikkelaar abu13
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://jijiangeshui.com/policy.html
Ondersteunde Talen 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'"
}