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 |
官方網址 | 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" ] } |