Pokemon Wallpapers & New Tab
Install Pokemon HD Wallpapers New Tab Theme and enjoy HD wallpapers of Pokemon world, skins, story mode and many more.
O que é Pokemon Wallpapers & New Tab?
Pokemon Wallpapers & New Tab é uma extensão do Chrome desenvolvida por https://stormtab.com, e sua principal característica é "Install Pokemon HD Wallpapers New Tab Theme and enjoy HD wallpapers of Pokemon world, skins, story mode and many more.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Pokemon Wallpapers & New Tab
Baixe arquivos de extensão Pokemon Wallpapers & New 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
Install Pokemon HD Wallpapers New Tab Theme and enjoy HD backgrounds of Pokemon and many more. Pokemon HD Wallpapers New Tab Theme changes your default search. New Tabs are not what they used to be. Blank start pages are now out of the equation. Stop wasting new tab space and turn it to your advantage. Pokemon HD Wallpapers New Tab Theme is designed to do exactly this. It will transform your default new tab theme with a new improved fully-featured one. Pokemon New Tab Theme includes several widgets that will highlight different aspects and information important to you. You can use this awesome extension as your personal organizer no matter if you are at home in front of the PC or working at the office. By design Pokemon HD Wallpapers tries to get the most of your New Tabs, enhancing your productivity, its visual appearance and your overall web surfing experience.
Informações Básicas da Extensão
Nome | |
ID | icmpmfmkpkkekcfompgfkilihfacpaaf |
URL Oficial | https://chrome.google.com/webstore/detail/pokemon-wallpapers-new-ta/icmpmfmkpkkekcfompgfkilihfacpaaf |
Descrição | Install Pokemon HD Wallpapers New Tab Theme and enjoy HD wallpapers of Pokemon world, skins, story mode and many more. |
Tamanho do Arquivo | 16.86 KB |
Contagem de Instalações | 33 |
Versão Atual | 0.0.1 |
Última Atualização | 2019-08-12 |
Data de Publicação | 2019-08-12 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | https://stormtab.com |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://stormtab.com/privacy |
Idiomas Suportados | en-US |
manifest.json | |
{ "chrome_settings_overrides": { "search_provider": { "encoding": "UTF-8", "favicon_url": "https:\/\/stormtab.com\/images\/favicon.png", "image_url": "", "instant_url": "", "is_default": true, "keyword": "TB", "name": "StormTab", "search_url": "https:\/\/stormtab.com\/web_search?q={searchTerms}" } }, "background": { "scripts": [ "js\/background.js" ] }, "chrome_url_overrides": { "newtab": "new-tab.html" }, "description": "Install Pokemon HD Wallpapers New Tab Theme and enjoy HD wallpapers of Pokemon world, skins, story mode and many more.", "incognito": "split", "manifest_version": 2, "name": "Pokemon Wallpapers & New Tab", "offline_enabled": false, "page_action": { "default_popup": "start-page.html", "default_title": "Pokemon HD Wallpapers New Tab Theme" }, "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "permissions": [ "tabs" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.1" } |