10words: discover startups in every new tab

Discover new apps and startups in every new tab

Was ist 10words: discover startups in every new tab?

10words: discover startups in every new tab ist eine Chrome-Erweiterung, die von http://10words.io entwickelt wurde, und ihr Hauptmerkmal ist "Discover new apps and startups in every new tab".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

10words: discover startups in every new tab-Erweiterungs-CRX-Datei herunterladen

Laden Sie 10words: discover startups in every new tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name 10words: discover startups in every new tab 10words: discover startups in every new tab
ID lebbancecdpneekhfkhibmdeoikalimn
Offizielle URL https://chrome.google.com/webstore/detail/10words-discover-startups/lebbancecdpneekhfkhibmdeoikalimn
Beschreibung Discover new apps and startups in every new tab
Dateigröße 11.45 KB
Installationsanzahl 62
Aktuelle Version 3
Letztes Update 2018-06-02
Veröffentlichungsdatum 2018-06-02
Bewertung 4.00/5 Insgesamt 4 Bewertungen
Entwickler http://10words.io
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://10words.io
URL der Datenschutzrichtlinien-Seite http://dollarup.org/privacy
Unterstützte Sprachen 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"
    }
}