TinyURL Pro
TinyURL - Convert long website links to short
什么是TinyURL Pro?
TinyURL Pro是由Clark开发的Chrome扩展程序,该扩展的主要功能是“TinyURL - Convert long website links to short”。
扩展截图
下载TinyURL Pro扩展crx文件
下载TinyURL Pro扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
TinyURL Pro - The Finest URL Shortening Service
TOP Features:
- Absolutely FREE
- No sign-up or login required
- Just one-click to get short URL
- Auto-copy the short URL to clipboard
- Sharing over social networks [Soon..]
- Context Menu for direct links and selected text(auto-extract first link)
- Notifications to sharing critical updates
- Other features coming soon…
For any issues, errors, bugs and enhancements, please contact us at - http://tiny.cc/exthelp
* No adware. No spyware. No walmare. 扩展基本信息
| 名称 | |
| ID | daocanafelgllopgddpchjaoldiinoob |
| 官方URL | https://chromewebstore.google.com/detail/tinyurl-pro/daocanafelgllopgddpchjaoldiinoob |
| 简介 | TinyURL - Convert long website links to short |
| 文件大小 | 96.25 KB |
| 安装次数 | 6,705 |
| 当前版本 | 1.1.0 |
| 更新时间 | 2020-12-26 |
| 上架时间 | 2019-12-29 |
| 评分 | 4.92/5 共26次评分 |
| 开发者 | Clark |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://hybridapps.net/exttiny.html |
| 帮助页面URL | https://hybridapps.net/exttiny.html |
| 隐私政策页面URL | https://dsnet.bitbucket.io/apps/privacypolicy-v2.htm |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "TinyURL Pro",
"short_name": "TinyURL Shortener",
"version": "1.1.0",
"description": "TinyURL - Convert long website links to short",
"icons": {
"16": "img\/icon.png",
"48": "img\/icon.png",
"128": "img\/icon.png"
},
"browser_action": {
"default_icon": "img\/icon.png",
"default_title": "TinyURL - URL Shortener",
"default_popup": "popup.html"
},
"permissions": [
"activeTab"
],
"content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'"
} | |