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.
Co to jest URL Shortener with QR Code?
URL Shortener with QR Code to rozszerzenie Chrome opracowane przez abu13, a jego główną funkcją jest „Smart and stable URL shortener that can shorten all the links. It'll generate a QR code at the same time. Safe and quickly.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia URL Shortener with QR Code
Pobierz pliki rozszerzeń URL Shortener with QR Code w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
轻松两步,省时省力。主要功能如下: 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].
Podstawowe informacje o rozszerzeniu
Nazwa | URL Shortener with QR Code |
ID | imocofkcogboajnibnnjeehpmhfgpecl |
Oficjalny URL | https://chromewebstore.google.com/detail/url-shortener-with-qr-cod/imocofkcogboajnibnnjeehpmhfgpecl |
Opis | Smart and stable URL shortener that can shorten all the links. It'll generate a QR code at the same time. Safe and quickly. |
Rozmiar pliku | 638 KB |
Liczba instalacji | 7,000 |
Aktualna Wersja | 3.7.4 |
Ostatnia Aktualizacja | 2021-05-18 |
Data Publikacji | 2020-03-27 |
Ocena | 4.24/5 Łącznie 38 Oceny |
Deweloper | abu13 |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://jijiangeshui.com/policy.html |
Obsługiwane Języki | 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'" } |