Devo
GitHub Trending, Hacker News and Product Hunt, on every new tab!
Devo là gì?
Devo là một tiện ích mở rộng Chrome được phát triển bởi Burak Karakan, và tính năng chính của nó là "GitHub Trending, Hacker News and Product Hunt, on every new tab!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Devo
Tải xuống các tệp mở rộng Devo dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Devo |
ID | elkhalpmbmbaeoemecpcfdcoekmpgmdm |
URL Chính Thức | https://chromewebstore.google.com/detail/devo/elkhalpmbmbaeoemecpcfdcoekmpgmdm |
Mô tả | GitHub Trending, Hacker News and Product Hunt, on every new tab! |
Kích Thước Tệp | 110 KB |
Số Lần Cài Đặt | 2,345 |
Phiên Bản Hiện Tại | 1.10.1 |
Cập Nhật Lần Cuối | 2023-07-24 |
Ngày Phát Hành | 2019-09-29 |
Đánh Giá | 4.94/5 Tổng số 16 Đánh Giá |
Nhà Phát Triển | Burak Karakan |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://burakkarakan.com/devo/ |
URL Trang Trợ Giúp | https://github.com/karakanb/devo/issues |
URL Trang Chính Sách Bảo Mật | https://github.com/karakanb/devo/blob/master/privacy_policy.md |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |