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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
개인정보 보호 정책 페이지 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"
    }
}