Mew Tab
Replaces boring New Tab page with a cool Pokemon themed New Tab page....Mew Tab.
O que é Mew Tab?
Mew Tab é uma extensão do Chrome desenvolvida por kodingkamp, e sua principal característica é "Replaces boring New Tab page with a cool Pokemon themed New Tab page....Mew Tab.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Mew Tab
Baixe arquivos de extensão Mew Tab no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | faddcmecmfdgglocakpoigkkdecnnmhi |
URL Oficial | https://chrome.google.com/webstore/detail/mew-tab/faddcmecmfdgglocakpoigkkdecnnmhi |
Descrição | Replaces boring New Tab page with a cool Pokemon themed New Tab page....Mew Tab. |
Tamanho do Arquivo | 1.25 MB |
Contagem de Instalações | 212 |
Versão Atual | 1.6.1 |
Última Atualização | 2018-05-22 |
Data de Publicação | 2018-05-22 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | kodingkamp |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } |