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文件
下載Parallel News擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" ] } |