Flutur New Tab

Every new tab raises funds for an NGO while you surf the web!

O que é Flutur New Tab?

Flutur New Tab é uma extensão do Chrome desenvolvida por https://flutur.org, e sua principal característica é "Every new tab raises funds for an NGO while you surf the web!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Flutur New Tab

Baixe arquivos de extensão Flutur 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

                        Each day a user of Flutur New Tab raises funds enough to plant a tree; imagine planting a forest of 365 trees in a year by just opening tabs.

HOW IT WORKS
We replace the every new tab page with a beautiful photos or customizable themes (containing tiny ads). Every time you open a new tab page, we raise a small amount of money via the ads. The money raised by you is accumulated and at the end of the week you can donate to a cause you care about. 

FEATURES
 - Customize your themes: inspiring photos, vibrant colors or the Google default theme
- Raise funds for social causes
- Google search bar
- Most visited site shortcuts
- Default chrome apps
- Show books bar on new tab

ABOUT
Flutur New Tab partners with social organizations working on child education, women rights, and animal welfare. Every week you can choose to donate towards women rights, plantation of trees, or towards the education and nutrition of children who need it. We raise money by showing you tiny ads on new tab page.

You can still access the Google Search, Google Chrome Default Apps, Most Visited Sites or any of your favorite sites such as Twitter, Facebook, Amazon,  Gmail, Evernote, Github while installing Flutur New Tab.

TO BE RELEASED SOON
- Todo integrations: Asana, Trello, Todoist, GitHub, Wunderlist, Google Tasks
- Upload your own photos and personalize the new tab
- Intelligent notification manager to boost your productivity

PRIVACY
We do not collect any personal information except your email id. We will not share any data with anyone. For more information on privacy and the security of your data visit http://www.flutur.org/privacy.

SUPPORT
Email us: [email protected]
Website: http://www.flutur.org/
Facebook: https://www.facebook.com/flutur.effect/                    

Informações Básicas da Extensão

Nome Flutur New Tab Flutur New Tab
ID onebagjpomhjadhoiianmnelkbcnllnf
URL Oficial https://chromewebstore.google.com/detail/flutur-new-tab/onebagjpomhjadhoiianmnelkbcnllnf
Descrição Every new tab raises funds for an NGO while you surf the web!
Tamanho do Arquivo 52.58 KB
Contagem de Instalações 125
Versão Atual 0.0.7
Última Atualização 2018-05-02
Data de Publicação 2018-05-02
Classificação 4.70/5 Total de 67 Avaliações
Desenvolvedor https://flutur.org
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://www.flutur.org
URL da Página de Ajuda http://www.flutur.org/faqs
URL da Página de Política de Privacidade http://www.flutur.org/privacy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Flutur New Tab",
    "short_name": "Flutur",
    "description": "Every new tab raises funds for an NGO while you surf the web!",
    "version": "0.0.7",
    "icons": {
        "128": "flutur.png"
    },
    "chrome_url_overrides": {
        "newtab": "main.html"
    },
    "permissions": [
        "storage"
    ],
    "minimum_chrome_version": "22"
}