Parallel News
Automatically search for similar clickable news headlines from other sites.
Parallel News란 무엇입니까?
Parallel News은(는) Parallel News에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically search for similar clickable news headlines from other sites."입니다.
확장 프로그램 스크린샷
Parallel News 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Searching for news articles on the world wide web can be a time-consuming and energy-sapping experience. My own news hunt experience used to involve opening multiple browser windows and then copying and pasting the same news key words repeatedly. To ease my own frustrations and minimise time and effort to look for news articles online that are related to what I am currently reading, I created the Parallel News chrome extension. It automatically searches for news articles on other news web-sites (i.e. those different from the one you are currently accessing) and then loads them into a handy clickable list. While Parallel News is doing the search, it does not affect your current news article reading so that you get maximise convenience without disruptions. This is the first incarnation of Parallel News and I am working on enhancements to make the next version better. Please let me know your feedback at [email protected]! Some of the improvements that I have slated for the coming version includes automatic related YouTube video retrieval. Cheerio!
확장 프로그램 기본 정보
이름 | |
ID | nlkflnfigaoejminahdmfjpfiblphbcl |
공식 URL | https://chrome.google.com/webstore/detail/parallel-news/nlkflnfigaoejminahdmfjpfiblphbcl |
설명 | Automatically search for similar clickable news headlines from other sites. |
파일 크기 | 14.33 KB |
설치 횟수 | 16 |
현재 버전 | 1.0 |
최근 업데이트 | 2017-04-06 |
출시 날짜 | 2017-04-06 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Parallel News |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Parallel News", "description": "Automatically search for similar clickable news headlines from other sites.", "version": "1.0", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "browser_action": { "default_icon": "19.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |