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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    ]
}