MobileCards - Open web pages in mobile view

You can view/operate multiple web pages in mobile view under one chrome tab.

Cos'è MobileCards - Open web pages in mobile view?

MobileCards - Open web pages in mobile view è un'estensione di Chrome sviluppata da Solan, e la sua funzione principale è "You can view/operate multiple web pages in mobile view under one chrome tab.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione MobileCards - Open web pages in mobile view

Scarica i file di estensione MobileCards - Open web pages in mobile view in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome MobileCards - Open web pages in mobile view MobileCards - Open web pages in mobile view
ID aeanpfpdmamkinnbemccekbecfcbooai
URL Ufficiale https://chromewebstore.google.com/detail/mobilecards-open-web-page/aeanpfpdmamkinnbemccekbecfcbooai
Descrizione You can view/operate multiple web pages in mobile view under one chrome tab.
Dimensione del File 692 KB
Conteggio Installazioni 1,415
Versione Corrente 0.5
Ultimo Aggiornamento 2019-12-10
Data di Pubblicazione 2019-12-05
Valutazione 4.43/5 Totale 7 Valutazioni
Sviluppatore Solan
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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",
        ""
    ]
}