Short Copy
Creates a keyboard shortcut (Alt + Shift + C) to shorten the URL of the current tab and copy it to your clipboard.
Short Copy là gì?
Short Copy là một tiện ích mở rộng Chrome được phát triển bởi https://theodo.red, và tính năng chính của nó là "Creates a keyboard shortcut (Alt + Shift + C) to shorten the URL of the current tab and copy it to your 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 Short Copy
Tải xuống các tệp mở rộng Short Copy 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
A very simple Chrome extension which enables you to copy the current url, and have it quickly shortened, in one easy key combination. Perfect if you're just like me, and you hate yourself when you share a huge 100+ character URL with someone. Keep it clean, keep it simple. Alt+Shift+C. [UPDATE] Switched to using is.gd due to their brilliantly simple API. Scissor element of icon from: https://icons8.com/
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Short Copy |
ID | ehelhgbbjhjbfaleajkhjbdpomnbnkob |
URL Chính Thức | https://chromewebstore.google.com/detail/short-copy/ehelhgbbjhjbfaleajkhjbdpomnbnkob |
Mô tả | Creates a keyboard shortcut (Alt + Shift + C) to shorten the URL of the current tab and copy it to your clipboard. |
Kích Thước Tệp | 12.63 KB |
Số Lần Cài Đặt | 48 |
Phiên Bản Hiện Tại | 1.1.1 |
Cập Nhật Lần Cuối | 2016-06-09 |
Ngày Phát Hành | 2016-06-09 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://theodo.red |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Short Copy", "version": "1.1.1", "description": "Creates a keyboard shortcut (Alt + Shift + C) to shorten the URL of the current tab and copy it to your clipboard.", "permissions": [ "https:\/\/*.is.gd\/*", "clipboardWrite", "activeTab", "notifications" ], "background": { "persistent": true, "scripts": [ "background.js" ] }, "icons": { "16": "16.png", "32": "32.png", "48": "48.png", "128": "128.png" }, "commands": { "toggle-pin": { "suggested_key": { "default": "Alt+Shift+C" }, "description": "Copies the URL." } }, "manifest_version": 2 } |