Saupe URL Shrtnr
This extension shortens the current URL using the Saupe URL Shrtnr and copies it to the clipboard.
Saupe URL Shrtnr là gì?
Saupe URL Shrtnr là một tiện ích mở rộng Chrome được phát triển bởi Joel Saupe, và tính năng chính của nó là "This extension shortens the current URL using the Saupe URL Shrtnr and copies it to the 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 Saupe URL Shrtnr
Tải xuống các tệp mở rộng Saupe URL Shrtnr 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
The Saupe URL Shrtnr extension uses uses the URL shortener at http://sau.pe/shrtnr/ to convert any URL to a short, simple URL. With just the click of the extension's icon, the current page's URL is shortened and copied to your clipboard. This is perfect for sharing a link with friends, or on social media where you don't want the length of your links to take away from all of your sweet, sweet #hashtags.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ghefbepohloadbooaphdolhipglahkjb |
URL Chính Thức | https://chrome.google.com/webstore/detail/saupe-url-shrtnr/ghefbepohloadbooaphdolhipglahkjb |
Mô tả | This extension shortens the current URL using the Saupe URL Shrtnr and copies it to the clipboard. |
Kích Thước Tệp | 39.61 KB |
Số Lần Cài Đặt | 27 |
Phiên Bản Hiện Tại | 2.0 |
Cập Nhật Lần Cuối | 2016-05-07 |
Ngày Phát Hành | 2016-05-07 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Joel Saupe |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://sau.pe/shrtnr/ |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Saupe URL Shrtnr", "description": "This extension shortens the current URL using the Saupe URL Shrtnr and copies it to the clipboard.", "version": "2.0", "browser_action": { "default_icon": "icon-128.png", "default_popup": "popup.html" }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "activeTab" ], "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+S", "mac": "MacCtrl+Shift+S" } } } } |