Mew Tab

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

什麼是Mew Tab?

Mew Tab是由kodingkamp開發的Chrome擴展程式,該擴展的主要功能是“Replaces boring New Tab page with a cool Pokemon themed New Tab page....Mew Tab.”。

擴展截圖

screenshot
screenshot

下載Mew Tab擴展crx文件

下載Mew Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
}