MobileCards - Open web pages in mobile view
You can view/operate multiple web pages in mobile view under one chrome tab.
MobileCards - Open web pages in mobile view란 무엇입니까?
MobileCards - Open web pages in mobile view은(는) Solan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "You can view/operate multiple web pages in mobile view under one chrome tab."입니다.
확장 프로그램 스크린샷
MobileCards - Open web pages in mobile view 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This chrome extension lets you bring up all your website on one dashboard (a tab) which you visit frequently in a day. The best part is you can use it as if you are browsing on your mobile. Yes it renders in mobile view. So all the important stuff on one page like reminders, calenders, news, twitter, stock market prices. Existing bugs: * Some of the major mail provider web app doesn't work. I am really sorry for that Fix: * Linkedin chat works * twitter and twitter-deck works.
확장 프로그램 기본 정보
이름 | MobileCards - Open web pages in mobile view |
ID | aeanpfpdmamkinnbemccekbecfcbooai |
공식 URL | https://chromewebstore.google.com/detail/mobilecards-open-web-page/aeanpfpdmamkinnbemccekbecfcbooai |
설명 | You can view/operate multiple web pages in mobile view under one chrome tab. |
파일 크기 | 692 KB |
설치 횟수 | 1,415 |
현재 버전 | 0.5 |
최근 업데이트 | 2019-12-10 |
출시 날짜 | 2019-12-05 |
평점 | 4.43/5 총 7 개의 평점 |
개발자 | Solan |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "MobileCards - Open web pages in mobile view", "description": "You can view\/operate multiple web pages in mobile view under one chrome tab.", "version": "0.5", "icons": { "16": "src\/icon16.png", "48": "src\/icon48.png", "128": "src\/icon128.png" }, "browser_action": { "default_icon": { "19": "src\/icon19.png", "38": "src\/icon38.png" } }, "background": { "scripts": [ "node_modules\/jquery\/dist\/jquery.min.js", "src\/background.js" ], "persistent": true }, "permissions": [ "tabs", "storage", "webRequest", "webRequestBlocking", " |