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”。
擴展截圖
下載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
擴展基本資訊
名稱 | |
ID | lebbancecdpneekhfkhibmdeoikalimn |
官方網址 | 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" } } |