Firelinks URL Shortner
Firelinks service to convert long URLs or Links of websites to short.
什么是Firelinks URL Shortner?
Firelinks URL Shortner是由VD开发的Chrome扩展程序,该扩展的主要功能是“Firelinks service to convert long URLs or Links of websites to short.”。
扩展截图
下载Firelinks URL Shortner扩展crx文件
下载Firelinks URL Shortner扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The most efficient and simple URL shortening service since 2009. TOP Features Includes: - 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 - Context Menu for direct links and selected text(auto-extract first link) - Notifications to sharing critical updates - All links are 100% safe and secured For any issues, errors, bugs and enhancements, please reach us at - http://tiny.cc/extsupport
扩展基本信息
名称 | Firelinks URL Shortner |
ID | epdgnnildheopikdpdooanjlafgndmmk |
官方URL | https://chromewebstore.google.com/detail/firelinks-url-shortner/epdgnnildheopikdpdooanjlafgndmmk |
简介 | Firelinks service to convert long URLs or Links of websites to short. |
文件大小 | 209 KB |
安装次数 | 28,527 |
当前版本 | 2.0 |
更新时间 | 2023-12-26 |
上架时间 | 2019-12-31 |
评分 | 4.61/5 共129次评分 |
开发者 | VD |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://tinyl.io/ExtFLHome |
帮助页面URL | https://tinyl.io/ExtFLHelp |
隐私政策页面URL | http://tiny.cc/appsprivacy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Firelinks URL Shortner", "short_name": "Firelinks URL Shortner", "version": "2.0", "description": "Firelinks service to convert long URLs or Links of websites to short.", "icons": { "16": "images\/icon.png", "48": "images\/icon.png", "128": "images\/icon.png" }, "background": { "service_worker": "service_worker.js", "type": "module" }, "action": { "default_icon": "images\/icon.png", "default_title": "Firelinks URL Shortner", "default_popup": "popup.html" }, "options_ui": { "page": "options.html", "open_in_tab": true }, "permissions": [ "activeTab", "contextMenus", "unlimitedStorage", "storage", "alarms", "scripting" ] } |