MobileCards - Open web pages in mobile view

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

Qu'est-ce que MobileCards - Open web pages in mobile view ?

MobileCards - Open web pages in mobile view est une extension Chrome développée par Solan, et sa fonction principale est "You can view/operate multiple web pages in mobile view under one chrome tab.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension MobileCards - Open web pages in mobile view

Téléchargez les fichiers d'extension MobileCards - Open web pages in mobile view au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom MobileCards - Open web pages in mobile view MobileCards - Open web pages in mobile view
ID aeanpfpdmamkinnbemccekbecfcbooai
URL Officiel https://chromewebstore.google.com/detail/mobilecards-open-web-page/aeanpfpdmamkinnbemccekbecfcbooai
Description You can view/operate multiple web pages in mobile view under one chrome tab.
Taille du Fichier 692 KB
Nombre d'Installations 1,415
Version Actuelle 0.5
Dernière Mise à Jour 2019-12-10
Date de Publication 2019-12-05
Évaluation 4.43/5 Total 7 Évaluations
Développeur Solan
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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",
        ""
    ]
}