middlespot
Desktop The Web
middlespot là gì?
middlespot là một tiện ích mở rộng Chrome được phát triển bởi https://middlespot.com, và tính năng chính của nó là "Desktop The Web".
Ả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 middlespot
Tải xuống các tệp mở rộng middlespot 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
***Requires Middlespot Web App*** Keep links, notes, files, docs, photos, social feeds, videos, bookmarks and more on your very own web desktop, and sync it all with your Google Drive. Spend less time looking and more time doing. The middlespot extension works with the middlespot app and will: import your bookmarks into your middlespot desktop. make it simple to access any of your desktops with a single click from your browser toolbar. allow you to add any website to one of your desktops from your toolbar. Middlespot is free. Unlimited desktops, unlimited content.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | djfkcofpclibgmphomlbpgndljnffegm |
URL Chính Thức | https://chrome.google.com/webstore/detail/middlespot/djfkcofpclibgmphomlbpgndljnffegm |
Mô tả | Desktop The Web |
Kích Thước Tệp | 53.81 KB |
Số Lần Cài Đặt | 674 |
Phiên Bản Hiện Tại | 4.0.1 |
Cập Nhật Lần Cuối | 2017-11-14 |
Ngày Phát Hành | 2017-11-14 |
Đánh Giá | 3.90/5 Tổng số 10 Đánh Giá |
Nhà Phát Triển | https://middlespot.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.middlespot.com/ |
URL Trang Chính Sách Bảo Mật | https://middlespot.com/privacy.php |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "middlespot", "description": "Desktop The Web", "version": "4.0.1", "browser_action": { "default_icon": "middlespotextension.png", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "externally_connectable": { "matches": [ "*:\/\/*.middlespot.com\/*" ] }, "permissions": [ "activeTab", "identity", "bookmarks", "tabs", "http:\/\/*.middlespot.com\/*", "tabs", "https:\/\/*.middlespot.com\/*", "https:\/\/accounts.google.com\/*", "http:\/\/*.middlespot.com\/", "https:\/\/*.middlespot.com\/", "https:\/\/apis.google.com\/", "https:\/\/apis.google.com\/js\/platform.js", "https:\/\/ajax.googleapis.com\/" ], "background": { "scripts": [ "background.js" ] } } |