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文件
下载MobileCards - Open web pages in mobile view扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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", " |