URL Shortener Extension
Create short URLs directly out of Chrome. This extension needs a valid [https://github.com/pawy/url_shortener] installation
URL Shortener Extension là gì?
URL Shortener Extension là một tiện ích mở rộng Chrome được phát triển bởi Pascal Wyss, và tính năng chính của nó là "Create short URLs directly out of Chrome. This extension needs a valid [https://github.com/pawy/url_shortener] installation".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng URL Shortener Extension
Tải xuống các tệp mở rộng URL Shortener Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Did you ever want to have your own url shortener service? With your own fancy url? Instead of using the public services like goo.gl or bit.ly you can now have your own service with your very own domain! All you need to do is to install the sUrl - Url shortener on your web server and you are ready to go. See: https://github.com/pawy/url_shortener This Chrome extension enables you to shorten the currently open URL right out of your browser with just one click! Pretty easy eh?
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | URL Shortener Extension |
ID | mmljapacfpbakplemojcdlncjcclobmg |
URL Chính Thức | https://chromewebstore.google.com/detail/url-shortener-extension/mmljapacfpbakplemojcdlncjcclobmg |
Mô tả | Create short URLs directly out of Chrome. This extension needs a valid [https://github.com/pawy/url_shortener] installation |
Kích Thước Tệp | 62.62 KB |
Số Lần Cài Đặt | 99 |
Phiên Bản Hiện Tại | 2.0.1 |
Cập Nhật Lần Cuối | 2013-11-19 |
Ngày Phát Hành | 2013-11-19 |
Đánh Giá | 4.50/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Pascal Wyss |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/pawy/url_shortener |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "URL Shortener Extension", "version": "2.0.1", "description": "Create short URLs directly out of Chrome. This extension needs a valid [https:\/\/github.com\/pawy\/url_shortener] installation", "page_action": { "default_icon": { "19": "icons\/icon_016.png", "38": "icons\/icon_038.png" }, "default_title": "Shorten the URL", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "http:\/\/*\/*", "clipboardWrite", "storage" ], "options_page": "options.html", "icons": { "16": "icons\/icon_016.png", "48": "icons\/icon_048.png", "128": "icons\/icon_128.png" }, "homepage_url": "https:\/\/github.com\/pawy\/url_shortener" } |