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
Eメール [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'"
}