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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "You can view/operate multiple web pages in mobile view under one chrome tab."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में MobileCards - Open web pages in mobile view एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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",
        ""
    ]
}