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
Eメール [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"
    }
}