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 là gì?

MobileCards - Open web pages in mobile view là một tiện ích mở rộng Chrome được phát triển bởi Solan, và tính năng chính của nó là "You can view/operate multiple web pages in mobile view under one chrome tab.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng MobileCards - Open web pages in mobile view

Tải xuống các tệp mở rộng MobileCards - Open web pages in mobile view dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên MobileCards - Open web pages in mobile view MobileCards - Open web pages in mobile view
ID aeanpfpdmamkinnbemccekbecfcbooai
URL Chính Thức https://chromewebstore.google.com/detail/mobilecards-open-web-page/aeanpfpdmamkinnbemccekbecfcbooai
Mô tả You can view/operate multiple web pages in mobile view under one chrome tab.
Kích Thước Tệp 692 KB
Số Lần Cài Đặt 1,415
Phiên Bản Hiện Tại 0.5
Cập Nhật Lần Cuối 2019-12-10
Ngày Phát Hành 2019-12-05
Đánh Giá 4.43/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Solan
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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",
        ""
    ]
}