Share with Facebook, Twitter, Google+, Email
Share web pages, images, and links with Facebook, Twitter, Google+, email, and Kindle.
Share with Facebook, Twitter, Google+, Email là gì?
Share with Facebook, Twitter, Google+, Email là một tiện ích mở rộng Chrome được phát triển bởi Andy Zett, và tính năng chính của nó là "Share web pages, images, and links with Facebook, Twitter, Google+, email, and Kindle.".
Ả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 with Facebook, Twitter, Google+, Email
Tải xuống các tệp mở rộng Share with Facebook, Twitter, Google+, Email 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
Use this extension to share a web page, an image, or a link with other people using Facebook, Twitter, Google+, email (whether your email client or Gmail), or send it to your Kindle for later reading. Google Apps domains are supported. This extension has been optimized for lightweight, performance, and privacy. In contrast to many similar extensions, it uses no background resources (you can verify this with Chrome's built-in task manager) and no tracking software (Google Analytics, etc.).
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Share with Facebook, Twitter, Google+, Email |
ID | cjhmhnomplgoidnkjdacpmpccmaplnmk |
URL Chính Thức | https://chromewebstore.google.com/detail/share-with-facebook-twitt/cjhmhnomplgoidnkjdacpmpccmaplnmk |
Mô tả | Share web pages, images, and links with Facebook, Twitter, Google+, email, and Kindle. |
Kích Thước Tệp | 18.56 KB |
Số Lần Cài Đặt | 10,000 |
Phiên Bản Hiện Tại | 3.0 |
Cập Nhật Lần Cuối | 2018-03-11 |
Ngày Phát Hành | 2018-03-11 |
Đánh Giá | 4.47/5 Tổng số 210 Đánh Giá |
Nhà Phát Triển | Andy Zett |
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": "Share with Facebook, Twitter, Google+, Email", "description": "Share web pages, images, and links with Facebook, Twitter, Google+, email, and Kindle.", "version": "3.0", "browser_action": { "default_icon": "sharethis-19.png", "default_title": "Share", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "options_page": "options.html", "icons": { "16": "sharethis-16.png", "48": "sharethis-48.png", "128": "sharethis-128.png" }, "permissions": [ "contextMenus", "tabs" ] } |