Rotate Custom New Tab Extensions
This extension allows you to rotate among a set of custom new tab chrome extensions configured through the options page.
ما هو Rotate Custom New Tab Extensions؟
Rotate Custom New Tab Extensions هو إضافة Chrome تم تطويرها بواسطة gameofsvp، والميزة الرئيسية لها هي "This extension allows you to rotate among a set of custom new tab chrome extensions configured through the options page.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Rotate Custom New Tab Extensions
قم بتنزيل ملفات الامتداد Rotate Custom New Tab Extensions بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Google Chrome browser lets you install extensions which can provide with very creative and interesting new tab layouts before you actually navigate your desired web page. Some of these provide news, flickr images, google earth images, todo lists etc. But unfortunately only one of those extension can be used at a time. This extension allows you to run one of those extensions for a while and then automatically shift to another chrome extension. Once you install this extension, go to the options page and select those extensions which you would like to rotate among. Please make sure you only select those which actually render a custom new tab. Enjoy!!!
معلومات أساسية عن التمديد
الاسم | |
ID | damlendmfloenbcpoajmkofajhdelpni |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/rotate-custom-new-tab-ext/damlendmfloenbcpoajmkofajhdelpni |
الوصف | This extension allows you to rotate among a set of custom new tab chrome extensions configured through the options page. |
حجم الملف | 256 KB |
عدد التثبيتات | 19 |
النسخة الحالية | 1.2 |
آخر تحديث | 2015-05-17 |
تاريخ النشر | 2015-05-17 |
المطور | gameofsvp |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "icons": { "128": "icon.png" }, "name": "Rotate Custom New Tab Extensions", "description": "This extension allows you to rotate among a set of custom new tab chrome extensions configured through the options page.", "version": "1.2", "permissions": [ "management", "tabs", "alarms", "storage" ], "options_page": "options.html", "background": { "scripts": [ "background.js" ] } } |