Seamless Sidekick
Browser extension of Seamless for Mac. Save links and images on the webpages with ease.
Seamless Sidekick là gì?
Seamless Sidekick là một tiện ích mở rộng Chrome được phát triển bởi Anybox LTD, và tính năng chính của nó là "Browser extension of Seamless for Mac. Save links and images on the webpages with ease.".
Ả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 Seamless Sidekick
Tải xuống các tệp mở rộng Seamless Sidekick 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
Seamless Sidekick can only work alongside Seamless for Mac. Save links and images by Control + click on the elements and select the corresponding menu item. Supported features: - Save link - Save link as file - Save image, video and audio file (no larger than 80MB) - Save selected text - Save current page Bonus feature: - Special treat for Instagram lovers: save Instagram images with Seamless Sidekick like any other sites. Visit https://shinystone.net/seamless for more information.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Seamless Sidekick |
ID | gagcbnnapoohmeklfogpndeagmnhfgom |
URL Chính Thức | https://chromewebstore.google.com/detail/seamless-sidekick/gagcbnnapoohmeklfogpndeagmnhfgom |
Mô tả | Browser extension of Seamless for Mac. Save links and images on the webpages with ease. |
Kích Thước Tệp | 34.38 KB |
Số Lần Cài Đặt | 122 |
Phiên Bản Hiện Tại | 1.3.4 |
Cập Nhật Lần Cuối | 2021-06-18 |
Ngày Phát Hành | 2021-06-08 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Anybox LTD |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://shinystone.net/seamless |
URL Trang Chính Sách Bảo Mật | https://anybox.app/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "description": "__MSG_description__", "version": "1.3.4", "manifest_version": 2, "default_locale": "en", "background": { "scripts": [ "background.js" ] }, "permissions": [ "contextMenus", "http:\/\/localhost\/*" ], "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/www.instagram.com\/*" ], "js": [ "instagram.js" ] } ], "icons": { "16": "\/images\/icon-16.png", "32": "\/images\/icon-32.png", "48": "\/images\/icon-48.png", "128": "\/images\/icon-128.png" } } |