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 |
公式URL | 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 |
Eメール | [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": [ " |