URL Shortener
Free and easy URL shortener to create short links in one click!
什麼是URL Shortener?
URL Shortener是由https://www.rebrandly.com開發的Chrome擴展程式,該擴展的主要功能是“Free and easy URL shortener to create short links in one click!”。
擴展截圖
下載URL Shortener擴展crx文件
下載URL Shortener擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Create short links easily with our convenient and user-friendly URL shortener! With the Rebrandly Chrome extension, you can shorten URLs just seconds, all for free. The process is simple, as you can shorten URLs directly from the page you’re on. If you want to create custom branded links, sign up for a paid plan. The Rebrandly Chrome extension can be fully integrated with your Rebrandly account or can be used for free without any registration. - Feature Highlights: - Forever FREE (No sign-up or login required) - Shorten any link in one click - Generate QR codes - Manage UTM parameters - Track link clicks - Customize short URLs with your domain name - Customize short URLs with keywords - Share directly to social media platforms Visit Rebrandly.com for more details about our URL shortener.
擴展基本資訊
名稱 | URL Shortener |
ID | eaidebojanpehpceonghnmgdofblnlae |
官方網址 | https://chromewebstore.google.com/detail/url-shortener/eaidebojanpehpceonghnmgdofblnlae |
簡介 | Free and easy URL shortener to create short links in one click! |
檔案大小 | 1.8 MB |
安裝次數 | 90,771 |
目前版本 | 4.5.5 |
更新時間 | 2024-02-13 |
上架時間 | 2019-10-22 |
評分 | 4.39/5 共 183 次評分 |
開發者 | https://www.rebrandly.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://rebrandly.com |
說明頁面URL | https://rebrand.ly/support |
隱私政策頁面URL | https://www.rebrandly.com/privacy-policy |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "Rebrandly", "name": "URL Shortener", "version": "4.5.5", "manifest_version": 2, "description": "Free and easy URL shortener to create short links in one click!", "icons": { "512": "favicon.png" }, "background": { "scripts": [ "js\/helpers\/api-middleware.js", "js\/dashboard\/context_menu.js", "js\/entry_dashboard_extension.js", "js\/libs\/jquery-3.2.1.min.js", "js\/menus\/options.js" ] }, "permissions": [ "contextMenus", "https:\/\/*\/.google.com\/*", "https:\/\/www.gstatic.com\/*", "*:\/\/*\/*", "identity", "activeTab", "tabs", "storage", "clipboardWrite", "clipboardRead", "contextMenus", "storage", "bookmarks", "tabs" ], "browser_action": { "default_icon": "favicon.png", "default_popup": "popup.html" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+R", "windows": "Alt+R", "mac": "MacCtrl+R", "chromeos": "Alt+R", "linux": "Alt+R" } } }, "content_scripts": [ { "matches": [ " |