ShareDownloader Remote Extension
Simple and easy way to send links to your ShareDownloader App.
ShareDownloader Remote Extension là gì?
ShareDownloader Remote Extension là một tiện ích mở rộng Chrome được phát triển bởi https://sharedownloader.net, và tính năng chính của nó là "Simple and easy way to send links to your ShareDownloader App.".
Ả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 ShareDownloader Remote Extension
Tải xuống các tệp mở rộng ShareDownloader Remote Extension 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
Simple and easy way to send links to your ShareDownloader App. Requirements: - ShareDownloader Version >= 2.0.0 - Remote server is enabled (In ShareDownloader App)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ShareDownloader Remote Extension |
ID | goiekmbjkpchgmmnfeipcoejpnlmofdd |
URL Chính Thức | https://chromewebstore.google.com/detail/sharedownloader-remote-ex/goiekmbjkpchgmmnfeipcoejpnlmofdd |
Mô tả | Simple and easy way to send links to your ShareDownloader App. |
Kích Thước Tệp | 258 KB |
Số Lần Cài Đặt | 131 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2014-05-21 |
Ngày Phát Hành | 2014-05-21 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://sharedownloader.net |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://sharedownloader.net |
Ngôn Ngữ Được Hỗ Trợ | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extension_name__", "description": "__MSG_extension_description__", "version": "1.1", "author": "IT-Gecko.de", "homepage_url": "http:\/\/sharedownloader.net", "default_locale": "en", "icons": { "16": "icon_16.png", "128": "icon_128.png" }, "browser_action": { "default_icon": "icon_19.png", "default_popup": "popup.html" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "permissions": [ "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |