HREF Pro URL Shortener
This tool will help you turn a long and complicated link into a short one. Shortened links look nicer in your posts and messages…
HREF Pro URL Shortener là gì?
HREF Pro URL Shortener là một tiện ích mở rộng Chrome được phát triển bởi https://href.pro, và tính năng chính của nó là "This tool will help you turn a long and complicated link into a short one. Shortened links look nicer in your posts and messages…".
Ả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 HREF Pro URL Shortener
Tải xuống các tệp mở rộng HREF Pro 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
This tool will help you turn a long and complicated link into a short one. Shortened links look nicer in your posts and messages and are easier to copy. You get: * Fast SHORT url * Fast QR code * Full stat * Fast share on Social Media More features on site: * Password protect * Geotargeting
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | HREF Pro URL Shortener |
ID | mdjefmomlhmdkhnioekadkmcokhlifdm |
URL Chính Thức | https://chromewebstore.google.com/detail/href-pro-url-shortener/mdjefmomlhmdkhnioekadkmcokhlifdm |
Mô tả | This tool will help you turn a long and complicated link into a short one. Shortened links look nicer in your posts and messages… |
Kích Thước Tệp | 242 KB |
Số Lần Cài Đặt | 35 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2016-08-04 |
Ngày Phát Hành | 2016-08-04 |
Đánh Giá | 3.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://href.pro |
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": "HREF Pro URL Shortener", "version": "1.1", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png", "256": "images\/icon256.png" }, "content_scripts": [ { "matches": [ "*:\/\/href.pro\/*" ], "js": [ "js\/href.js" ], "css": [ "style\/chrome.css" ] } ], "permissions": [ "*:\/\/href.pro\/*", "unlimited_storage", "storage", "tabs" ], "browser_action": { "default_title": "Short you URL", "default_icon": "images\/icon48.png", "default_popup": "popup.html" } } |