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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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