Devo

GitHub Trending, Hacker News and Product Hunt, on every new tab!

Devo란 무엇입니까?

Devo은(는) Burak Karakan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "GitHub Trending, Hacker News and Product Hunt, on every new tab!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Devo 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        GitHub Trending, Hacker News, Product Hunt, Designer News, DEV Community and Lobste.rs, on every new tab! 

Devo is a new tab extension that displays GitHub Trending, Hacker News, Product Hunt and many different platforms' front pages on every new tab, with no-login required. You can change the placement of the cards, display whatever platform you'd like to in different order.

Devo uses state-of-the-art web technologies to bring the content to your new tab. It does not use any of your personal information: it just fetches the publicly available information of these platforms, and it contains links that directly refers to the platform itself. Devo uses specially-built crawlers for each these platforms, and it styles the data in the way of the original platform. The data is cached for 5 minutes, so that you don't have to wait for the data to be updated on every new tab, but you are also exposed to up-to-date data. The data displayed belongs to the respective platform, and Devo is just an organizer to allow you to reach these platforms quickly.

Devo is a free and open source project, developed publicly on GitHub. If you would like to submit issues, add some new functionality or fix bugs you are very welcome.

Current platforms:
- GitHub Trending
- Hacker News
- Product Hunt
- Designer News
- DEV Community
- Lobste.rs
- TabNews                    

확장 프로그램 기본 정보

이름 Devo Devo
ID elkhalpmbmbaeoemecpcfdcoekmpgmdm
공식 URL https://chromewebstore.google.com/detail/devo/elkhalpmbmbaeoemecpcfdcoekmpgmdm
설명 GitHub Trending, Hacker News and Product Hunt, on every new tab!
파일 크기 110 KB
설치 횟수 2,345
현재 버전 1.10.1
최근 업데이트 2023-07-24
출시 날짜 2019-09-29
평점 4.94/5 총 16 개의 평점
개발자 Burak Karakan
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://burakkarakan.com/devo/
도움말 페이지 URL https://github.com/karakanb/devo/issues
개인정보 보호 정책 페이지 URL https://github.com/karakanb/devo/blob/master/privacy_policy.md
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Devo",
    "description": "GitHub Trending, Hacker News and Product Hunt, on every new tab!",
    "author": "Burak Karakan",
    "short_name": "Devo",
    "version": "1.10.1",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/icon-16.png",
        "24": "icons\/icon-24.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "64": "icons\/icon-64.png",
        "128": "icons\/icon-128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "https:\/\/lobste.rs\/*"
    ]
}