Mew Tab

Replaces boring New Tab page with a cool Pokemon themed New Tab page....Mew Tab.

Mew Tab क्या है?

Mew Tab kodingkamp द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replaces boring New Tab page with a cool Pokemon themed New Tab page....Mew Tab."।

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

screenshot
screenshot

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

crx प्रारूप में Mew Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Replaces boring New Tab page with a cool pokemon themed New Tab page....Mew Tab. Background images posted by @PokeWalls on twitter. RSS feed follows @PokemonGoApp's most recent post on twitter. Search bar searches on Google.

Update 1.6.1
Added in a contingency plan in case the twitrss.me goes down again. If it does, the background will cycle between 12 hand picked images and the PokemonGo feed will cycle between several different Pokemon quotes.

Update 1.5.4
Added drop shadow to white icons that blended in with white backgrounds to make them more visible

Update 1.5.0
Added indication to which link the icons lead to when hovered over the Pokeballs.

Update 1.2.0
Made the twitter feed only display the most recent post so you are always up-to-date with what's going on.

Update 1.1.0:
Fixing an bug that prevented the quick link icons from transitioning properly.                    

एक्सटेंशन की मूल जानकारी

नाम Mew Tab Mew Tab
ID faddcmecmfdgglocakpoigkkdecnnmhi
आधिकारिक URL https://chrome.google.com/webstore/detail/mew-tab/faddcmecmfdgglocakpoigkkdecnnmhi
विवरण Replaces boring New Tab page with a cool Pokemon themed New Tab page....Mew Tab.
फ़ाइल का आकार 1.25 MB
स्थापना संख्या 212
वर्तमान संस्करण 1.6.1
अंतिम अपडेट 2018-05-22
प्रकाशन तिथि 2018-05-22
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर kodingkamp
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "author": "KodingKamp",
    "background": {
        "persistent": true,
        "scripts": [
            "MewTab.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "MewTab.html"
    },
    "description": "Replaces boring New Tab page with a cool Pokemon themed New Tab page....Mew Tab.",
    "icons": {
        "128": "128.png",
        "16": "16.png",
        "32": "32.png",
        "48": "48.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/clients1.google.com 'unsafe-eval' 'unsafe-inline'; object-src 'self'",
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "name": "Mew Tab",
    "short_name": "MewTab",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.6.1"
}