Twa.si URL-shortener
Official Twa.si URL-shortener extension.
Twa.si URL-shortener là gì?
Twa.si URL-shortener là một tiện ích mở rộng Chrome được phát triển bởi https://twa.si, và tính năng chính của nó là "Official Twa.si URL-shortener extension.".
Ả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 Twa.si URL-shortener
Tải xuống các tệp mở rộng Twa.si 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
Your shortlink is just one click away! Shorten URLs using the twa.si URL-shortener. Open any web-page and click the shortener icon or rightclick any link. It will create and copy your twa.si url. It's even faster than copying the page URL manually! Our URL-shortener is fast, easy to use and completely free. You don't need an account to use it. We are proud to be a part of the open source community. You can find this and other projects on our GitHub page at https://twa.si/r/github.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Twa.si URL-shortener |
ID | lngjokdnklohagplfpcpjjmmkcehiabm |
URL Chính Thức | https://chromewebstore.google.com/detail/twasi-url-shortener/lngjokdnklohagplfpcpjjmmkcehiabm |
Mô tả | Official Twa.si URL-shortener extension. |
Kích Thước Tệp | 193 KB |
Số Lần Cài Đặt | 38 |
Phiên Bản Hiện Tại | 1.4 |
Cập Nhật Lần Cuối | 2020-09-24 |
Ngày Phát Hành | 2020-09-07 |
Đánh Giá | 5.00/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | https://twa.si |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/twasi/twasi-shortener-chrome-extension |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twa.si URL-shortener", "version": "1.4", "manifest_version": 2, "description": "Official Twa.si URL-shortener extension.", "author": "Twasi-Team", "homepage_url": "https:\/\/github.com\/twasi\/twasi-shortener-chrome-extension", "offline_enabled": false, "permissions": [ "activeTab", "tabs", "https:\/\/twa.si\/*", "contextMenus", "clipboardWrite", "notifications" ], "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "64": "icons\/64.png", "128": "icons\/128.png" }, "browser_action": { "default_title": "Shorten this URL with twa.si", "default_popup": "ui\/html\/popup.html", "default_icon": "icons\/64.png" }, "content_scripts": [ { "matches": [ "https:\/\/twa.si\/*" ], "js": [ "dist\/hide-ribbon.js" ] } ], "background": { "page": "ui\/html\/background.html" } } |