Personal news extension.

Stay updated with current news with this Chrome extension, get google news for top stories and for custom searches.

Personal news extension.คืออะไร?

Personal news extension. เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Stay updated with current news with this Chrome extension, get google news for top stories and for custom searches."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Personal news extension.

ดาวน์โหลดไฟล์ส่วนขยาย Personal news extension. ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This personal news extension adds a botton to your navigation bar in chrome that allows you to keep updated with the current news without the need to navigate anywhere.
Try it, it's really cool.

For feature requests, please add comments.                    

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

ชื่อ Personal news extension. Personal news extension.
ID egddcfgloagfefgjlmbajfgolapdbgpd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/personal-news-extension/egddcfgloagfefgjlmbajfgolapdbgpd
คำอธิบาย Stay updated with current news with this Chrome extension, get google news for top stories and for custom searches.
ขนาดไฟล์ 62.11 KB
จำนวนการติดตั้ง 22
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2012-11-25
วันที่เผยแพร่ 2012-11-25
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Personal news extension.",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Stay updated with current news with this Chrome extension, get google news for top stories and for custom searches.",
    "icons": {
        "16": "google_news16.png",
        "48": "google_news48.png",
        "128": "google_news128.png"
    },
    "browser_action": {
        "default_icon": "google_news128.png",
        "default_popup": "personal_news.html"
    },
    "web_accessible_resources": [
        ".\/personal_news.js",
        ".\/personal_news.css"
    ]
}