10words: discover startups in every new tab

Discover new apps and startups in every new tab

Qu'est-ce que 10words: discover startups in every new tab ?

10words: discover startups in every new tab est une extension Chrome développée par http://10words.io, et sa fonction principale est "Discover new apps and startups in every new tab".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension 10words: discover startups in every new tab

Téléchargez les fichiers d'extension 10words: discover startups in every new tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom 10words: discover startups in every new tab 10words: discover startups in every new tab
ID lebbancecdpneekhfkhibmdeoikalimn
URL Officiel https://chrome.google.com/webstore/detail/10words-discover-startups/lebbancecdpneekhfkhibmdeoikalimn
Description Discover new apps and startups in every new tab
Taille du Fichier 11.45 KB
Nombre d'Installations 62
Version Actuelle 3
Dernière Mise à Jour 2018-06-02
Date de Publication 2018-06-02
Évaluation 4.00/5 Total 4 Évaluations
Développeur http://10words.io
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://10words.io
URL de la Page de Politique de Confidentialité http://dollarup.org/privacy
Langues Prises en Charge 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"
    }
}