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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
}