Mini URL - The URL shortener
Shortens the current url and copies it to clipboard
Mini URL - The URL shortener là gì?
Mini URL - The URL shortener là một tiện ích mở rộng Chrome được phát triển bởi miniurl2016, và tính năng chính của nó là "Shortens the current url and copies it to clipboard".
Ả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 Mini URL - The URL shortener
Tải xuống các tệp mở rộng Mini URL - The URL shortener 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
Mini URL is a url shortener. It is a simple chrome extension that, when clicked, shortens the current URL and copies the shortened url to the clipboard. Mini url uses the Google URL shortener service https://goo.gl/ as the backend. Using the extension is simple: just click the Mini URL icon, a tiny version of the current url is created and sent to the clipboard. To use the short url, just paste!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Mini URL - The URL shortener |
ID | oikjbfhojbdndgcjkjeccfelofhihdai |
URL Chính Thức | https://chromewebstore.google.com/detail/mini-url-the-url-shortene/oikjbfhojbdndgcjkjeccfelofhihdai |
Mô tả | Shortens the current url and copies it to clipboard |
Kích Thước Tệp | 850 KB |
Số Lần Cài Đặt | 170 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2016-02-26 |
Ngày Phát Hành | 2016-02-26 |
Đánh Giá | 4.50/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | miniurl2016 |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Mini URL - The URL shortener", "short_name": "Mini URL", "description": "Shortens the current url and copies it to clipboard", "version": "1.1", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "clipboardWrite", "https:\/\/www.googleapis.com\/" ] } |