New Tab Rss Feed & Shots
Customize your new tabs into Rss Feed & Shots with any urls you add and any shots you choose
ما هو New Tab Rss Feed & Shots؟
New Tab Rss Feed & Shots هو إضافة Chrome تم تطويرها بواسطة Antonin Langlade، والميزة الرئيسية لها هي "Customize your new tabs into Rss Feed & Shots with any urls you add and any shots you choose".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة New Tab Rss Feed & Shots
قم بتنزيل ملفات الامتداد New Tab Rss Feed & Shots بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
With this extension you can follow rss in your new tabs on Google Chrome. It permit to take a quickly look at news that you want to read. You can now see the shots from Dribbble ! Now the datas are saved into your google account !
معلومات أساسية عن التمديد
الاسم | |
ID | ameifmmflpopkpcajacpiiddfjjnpfog |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/new-tab-rss-feed-shots/ameifmmflpopkpcajacpiiddfjjnpfog |
الوصف | Customize your new tabs into Rss Feed & Shots with any urls you add and any shots you choose |
حجم الملف | 101 KB |
عدد التثبيتات | 14 |
النسخة الحالية | 0.43 |
آخر تحديث | 2014-06-24 |
تاريخ النشر | 2014-06-24 |
تقييم | 3.20/5 مجموع تقييمات 5 |
المطور | Antonin Langlade |
نوع الدفع | free |
اللغات المدعومة | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "New Tab Rss Feed & Shots", "version": "0.43", "description": "Customize your new tabs into Rss Feed & Shots with any urls you add and any shots you choose", "incognito": "split", "chrome_url_overrides": { "newtab": "app.html" }, "permissions": [ "storage" ], "author": "Antonin Langlade", "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/api.dribbble.com; object-src 'self'" } |