middlespot
Desktop The Web
O que é middlespot?
middlespot é uma extensão do Chrome desenvolvida por https://middlespot.com, e sua principal característica é "Desktop The Web".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão middlespot
Baixe arquivos de extensão middlespot no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
***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.
Informações Básicas da Extensão
Nome | |
ID | djfkcofpclibgmphomlbpgndljnffegm |
URL Oficial | https://chrome.google.com/webstore/detail/middlespot/djfkcofpclibgmphomlbpgndljnffegm |
Descrição | Desktop The Web |
Tamanho do Arquivo | 53.81 KB |
Contagem de Instalações | 674 |
Versão Atual | 4.0.1 |
Última Atualização | 2017-11-14 |
Data de Publicação | 2017-11-14 |
Classificação | 3.90/5 Total de 10 Avaliações |
Desenvolvedor | https://middlespot.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.middlespot.com/ |
URL da Página de Política de Privacidade | https://middlespot.com/privacy.php |
Idiomas Suportados | 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" ] } } |