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".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة 10words: discover startups in every new tab

قم بتنزيل ملفات الامتداد 10words: discover startups in every new tab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم 10words: discover startups in every new tab 10words: discover startups in every new tab
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
عنوان صفحة سياسة الخصوصية 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"
    }
}