Discussions on HN, Reddit and Lobsters
See if the current page has been discussed on Hacker News, Lobsters and Reddit
Discussions on HN, Reddit and Lobsters란 무엇입니까?
Discussions on HN, Reddit and Lobsters은(는) https://discu.eu에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "See if the current page has been discussed on Hacker News, Lobsters and Reddit"입니다.
확장 프로그램 스크린샷
Discussions on HN, Reddit and Lobsters 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Find discussions on Hacker News, Reddit, Lobsters and others. Once installed a badge is shown with the number of discussions and comments for the pages you visit. Click the badge to see the list of all the discussions.
확장 프로그램 기본 정보
이름 | Discussions on HN, Reddit and Lobsters |
ID | mihejilgifecplfpdfhjghfmhbhajcke |
공식 URL | https://chromewebstore.google.com/detail/discussions-on-hn-reddit/mihejilgifecplfpdfhjghfmhbhajcke |
설명 | See if the current page has been discussed on Hacker News, Lobsters and Reddit |
파일 크기 | 5.2 KB |
설치 횟수 | 70 |
현재 버전 | 1.0.2 |
최근 업데이트 | 2023-04-03 |
출시 날짜 | 2022-02-23 |
개발자 | https://discu.eu |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://discu.eu |
도움말 페이지 URL | https://discu.eu/support/ |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Discussions on HN, Reddit and Lobsters", "version": "1.0.2", "author": "Alexandru Cojocaru", "description": "See if the current page has been discussed on Hacker News, Lobsters and Reddit", "homepage_url": "https:\/\/discu.eu", "icons": { "32": "icons\/favicon-32x32.png" }, "permissions": [ "activeTab", "tabs" ], "host_permissions": [ "*:\/\/discu.eu\/*" ], "action": { "default_icon": "icons\/favicon-32x32.png", "default_title": "Discussions" }, "background": { "service_worker": "background.js" }, "browser_specific_settings": { "gecko": { "id": "[email protected]", "strict_min_version": "65.0" } }, "chrome_settings_overrides": { "search_provider": { "name": "Discussions", "search_url": "https:\/\/discu.eu\/?q={searchTerms}", "keyword": "discu", "favicon_url": "https:\/\/discu.eu\/static\/favicon-32x32.png", "is_default": false, "encoding": "UTF-8" } } } |