Parallel News

Automatically search for similar clickable news headlines from other sites.

Parallel Newsคืออะไร?

Parallel News เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Parallel News และคุณลักษณะหลักของมันคือ "Automatically search for similar clickable news headlines from other sites."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Parallel News

ดาวน์โหลดไฟล์ส่วนขยาย 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!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Parallel News Parallel News
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"
    ]
}