Share it
Share or Copy web pages to anywhere by various format.
Share it là gì?
Share it là một tiện ích mở rộng Chrome được phát triển bởi https://hira.page, và tính năng chính của nó là "Share or Copy web pages to anywhere by various format.".
Ả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 Share it
Tải xuống các tệp mở rộng Share it 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
Web pages can be freely shared and copied in a variety of formats.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Share it |
ID | kmfmfcdigkgfhmnopjfdnaikhjkmmplm |
URL Chính Thức | https://chromewebstore.google.com/detail/share-it/kmfmfcdigkgfhmnopjfdnaikhjkmmplm |
Mô tả | Share or Copy web pages to anywhere by various format. |
Kích Thước Tệp | 299 KB |
Số Lần Cài Đặt | 160 |
Phiên Bản Hiện Tại | 1.1.1 |
Cập Nhật Lần Cuối | 2021-06-03 |
Ngày Phát Hành | 2021-05-20 |
Đánh Giá | 2.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://hira.page |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/psephopaiktes/share-it |
Ngôn Ngữ Được Hỗ Trợ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extName__", "version": "1.1.1", "author": "Akira HIRATA", "default_locale": "en", "homepage_url": "https:\/\/github.com\/psephopaiktes\/share-it", "description": "__MSG_extDescription__", "permissions": [ "storage", "tabs", "notifications", "activeTab", "scripting" ], "action": { "default_title": "Share this page", "default_popup": "index.html" }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+S" } } } } |