middlespot
Desktop The Web
What is middlespot?
middlespot is a Chrome extension developed by https://middlespot.com, and its main feature is "Desktop The Web".
Extension Screenshots
Download middlespot Extension CRX File
Download middlespot extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
***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.
Extension Basic Information
Name | |
ID | djfkcofpclibgmphomlbpgndljnffegm |
Official URL | https://chrome.google.com/webstore/detail/middlespot/djfkcofpclibgmphomlbpgndljnffegm |
Description | Desktop The Web |
File Size | 53.81 KB |
Installation Count | 674 |
Current Version | 4.0.1 |
Last Updated | 2017-11-14 |
Publish Date | 2017-11-14 |
Rating | 3.90/5 Total 10 Ratings |
Developer | https://middlespot.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.middlespot.com/ |
Privacy Policy Page URL | https://middlespot.com/privacy.php |
Supported Languages | 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" ] } } |