10words: discover startups in every new tab

Discover new apps and startups in every new tab

O que é 10words: discover startups in every new tab?

10words: discover startups in every new tab é uma extensão do Chrome desenvolvida por http://10words.io, e sua principal característica é "Discover new apps and startups in every new tab".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão 10words: discover startups in every new tab

Baixe arquivos de extensão 10words: discover startups in every 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

                        Don't you love finding a perfect app you didn't even know you needed?

There's a whole world of apps and startups out there, but discovery can boring and time consuming. Your time is precious, and 10words is here to help.

Learn about a new app or startup in every new tab, in 10 words or less. No flashy graphics or marketing fluff, just a quick description and a link to learn more. Not interested? Carry on with your browsing and get another app in the next tab.

10words is the simplest way to discover your next favorite app, seamlessly fitting into your life.

====> Startups and apps are sourced from 10words.io
====> Would you like to include your project? Submit it free at 10words.io                    

Informações Básicas da Extensão

Nome 10words: discover startups in every new tab 10words: discover startups in every new tab
ID lebbancecdpneekhfkhibmdeoikalimn
URL Oficial https://chrome.google.com/webstore/detail/10words-discover-startups/lebbancecdpneekhfkhibmdeoikalimn
Descrição Discover new apps and startups in every new tab
Tamanho do Arquivo 11.45 KB
Contagem de Instalações 62
Versão Atual 3
Última Atualização 2018-06-02
Data de Publicação 2018-06-02
Classificação 4.00/5 Total de 4 Avaliações
Desenvolvedor http://10words.io
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://10words.io
URL da Página de Política de Privacidade http://dollarup.org/privacy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "10words: discover startups in every new tab",
    "short_name": "10words",
    "description": "Discover new apps and startups in every new tab",
    "version": "3",
    "chrome_url_overrides": {
        "newtab": "main.html"
    },
    "permissions": [],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_title": "10words",
        "default_popup": "popup.html"
    }
}