World News
News from Around The World
ما هو World News؟
World News هو إضافة Chrome تم تطويرها بواسطة http://momentaryreview.com، والميزة الرئيسية لها هي "News from Around The World".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة World News
قم بتنزيل ملفات الامتداد World News بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
World News Now, Momentary Review, Latest News from Around the World, Breaking News Today, RSS Feed 24 - America, Europe, Asia, Africa, Latin America, Australia
معلومات أساسية عن التمديد
الاسم | |
ID | ecglbejkljjdoconbcfhfilimcmiophl |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/world-news/ecglbejkljjdoconbcfhfilimcmiophl |
الوصف | News from Around The World |
حجم الملف | 161 KB |
عدد التثبيتات | 305 |
النسخة الحالية | 1.1 |
آخر تحديث | 2018-01-12 |
تاريخ النشر | 2018-01-12 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | http://momentaryreview.com |
نوع الدفع | free |
موقع الإضافة | http://momentaryreview.com/ |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "World News", "label": "World News", "description": "News from Around The World", "version": "1.1", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "browser_action": { "default_title": "News Now", "default_icon": "128.png", "default_popup": "popup.html" }, "permissions": [ "unlimitedStorage", "notifications" ], "web_accessible_resources": [ "128.png" ] } |