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是由http://10words.io开发的Chrome扩展程序,该扩展的主要功能是“Discover new apps and startups in every new tab”。

扩展截图

screenshot
screenshot
screenshot

下载10words: discover startups in every new tab扩展crx文件

下载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                    

扩展基本信息

名称 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
隐私政策页面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"
    }
}