Briefly
Enhance your Google search results
Briefly란 무엇입니까?
Briefly은(는) silkdata.ai에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enhance your Google search results"입니다.
확장 프로그램 스크린샷
Briefly 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Briefly: a free augmented search summary for Google Look under the hood of Google search results by examining the AI-based summary and correlation with some knowledge database (Wikipedia as an example). Briefly gives you only the essence of search results by squeezing exact data in just one click. Save your time exploring lots of unnecessary pages and articles that Google finds. Use the content wisely: extract key parts avoiding generic & marketing expressions and focus on details relevant to your inquiry. Core features: - Reading time - estimated time in minutes to explore the entire article; - Summary - key sentences scraped from a web page; - Recommendation of additional search terms - the extension predicts extra keywords semantically close to the search inquiry; - Related Wikipedia articles - find similar articles posted on Wikipedia as the most powerful knowledge base. If some questions arise, please visit us at https://www.silkdata.ai/
확장 프로그램 기본 정보
이름 | Briefly |
ID | ejggbljpcdimgimaefipahkdknoeblif |
공식 URL | https://chromewebstore.google.com/detail/briefly/ejggbljpcdimgimaefipahkdknoeblif |
설명 | Enhance your Google search results |
파일 크기 | 376 KB |
설치 횟수 | 116 |
현재 버전 | 1.2.4 |
최근 업데이트 | 2021-12-22 |
출시 날짜 | 2021-06-08 |
평점 | 4.00/5 총 2 개의 평점 |
개발자 | silkdata.ai |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.silkdata.ai/products/briefly |
개인정보 보호 정책 페이지 URL | https://www.silkdata.ai/fileadmin/pdf/privacy.pdf |
지원되는 언어 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Briefly", "description": "Enhance your Google search results", "version": "1.2.4", "manifest_version": 2, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "include_globs": [ "*:\/\/*.google.*\/*" ], "js": [ "content.js" ] } ], "default_locale": "en", "icons": { "16": "\/icons\/icon16.png", "48": "\/icons\/icon48.png", "128": "\/icons\/icon128.png" }, "permissions": [ " |