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 |
Eメール | [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", " |