10words: discover startups in every new tab
Discover new apps and startups in every new tab
Τι είναι το 10words: discover startups in every new tab;
Το 10words: discover startups in every new tab είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://10words.io, και η κύρια λειτουργία του είναι "Discover new apps and startups in every new tab".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης 10words: discover startups in every new tab
Λήψη αρχείων επέκτασης 10words: discover startups in every new tab σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | lebbancecdpneekhfkhibmdeoikalimn |
Επίσημο URL | https://chrome.google.com/webstore/detail/10words-discover-startups/lebbancecdpneekhfkhibmdeoikalimn |
Περιγραφή | Discover new apps and startups in every new tab |
Μέγεθος Αρχείου | 11.45 KB |
Αριθμός Εγκαταστάσεων | 62 |
Τρέχουσα Έκδοση | 3 |
Τελευταία Ενημέρωση | 2018-06-02 |
Ημερομηνία Δημοσίευσης | 2018-06-02 |
Αξιολόγηση | 4.00/5 Συνολικά 4 Αξιολογήσεις |
Προγραμματιστής | http://10words.io |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://10words.io |
URL της Σελίδας Πολιτικής Απορρήτου | http://dollarup.org/privacy |
Υποστηριζόμενες Γλώσσες | 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" } } |