MobileCards - Open web pages in mobile view

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

Vad är MobileCards - Open web pages in mobile view?

MobileCards - Open web pages in mobile view är en Chrome-tillägg utvecklad av Solan, och dess huvudfunktion är "You can view/operate multiple web pages in mobile view under one chrome tab.".

Tilläggsskärmbilder

screenshot

Ladda ner MobileCards - Open web pages in mobile view-förlängningens CRX-fil

Ladda ner MobileCards - Open web pages in mobile view-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn MobileCards - Open web pages in mobile view MobileCards - Open web pages in mobile view
ID aeanpfpdmamkinnbemccekbecfcbooai
Officiell webbadress https://chromewebstore.google.com/detail/mobilecards-open-web-page/aeanpfpdmamkinnbemccekbecfcbooai
Beskrivning You can view/operate multiple web pages in mobile view under one chrome tab.
Filstorlek 692 KB
Antal Installationer 1,415
Aktuell Version 0.5
Senast Uppdaterad 2019-12-10
Publiceringsdatum 2019-12-05
Betyg 4.43/5 Totalt 7 Betyg
Utvecklare Solan
E-post [email protected]
Betalningssätt free
Stödda Språk 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",
        ""
    ]
}