middlespot
Desktop The Web
middlespot란 무엇입니까?
middlespot은(는) https://middlespot.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Desktop The Web"입니다.
확장 프로그램 스크린샷
middlespot 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
***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.
확장 프로그램 기본 정보
이름 | |
ID | djfkcofpclibgmphomlbpgndljnffegm |
공식 URL | https://chrome.google.com/webstore/detail/middlespot/djfkcofpclibgmphomlbpgndljnffegm |
설명 | Desktop The Web |
파일 크기 | 53.81 KB |
설치 횟수 | 674 |
현재 버전 | 4.0.1 |
최근 업데이트 | 2017-11-14 |
출시 날짜 | 2017-11-14 |
평점 | 3.90/5 총 10 개의 평점 |
개발자 | https://middlespot.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.middlespot.com/ |
개인정보 보호 정책 페이지 URL | https://middlespot.com/privacy.php |
지원되는 언어 | 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" ] } } |