Mouse Tab
Simple and powerful new tab page
ما هو Mouse Tab؟
Mouse Tab هو إضافة Chrome تم تطويرها بواسطة http://newtab.ml، والميزة الرئيسية لها هي "Simple and powerful new tab page".
تحميل ملف CRX للإضافة Mouse Tab
قم بتنزيل ملفات الامتداد Mouse Tab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
MouseTab - light-weight and beautiful chrome tab extension. It shows weather, search box, recent tabs, time. In further updates, speed bookmarks tab will be added. Note: MouseTab changes your default search and new tab.
معلومات أساسية عن التمديد
الاسم | |
ID | cnfodimhlpakbjfecpnacbhebkjlcfnc |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/mouse-tab/cnfodimhlpakbjfecpnacbhebkjlcfnc |
الوصف | Simple and powerful new tab page |
حجم الملف | 24.13 KB |
عدد التثبيتات | 769 |
النسخة الحالية | 1.0.2 |
آخر تحديث | 2015-10-30 |
تاريخ النشر | 2015-10-30 |
المطور | http://newtab.ml |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "chrome_url_overrides": { "newtab": "index.html" }, "chrome_settings_overrides": { "search_provider": { "alternate_urls": [], "encoding": "UTF-8", "favicon_url": "http:\/\/newtab.ml\/favicon.png", "is_default": true, "keyword": "newtab.ml", "name": "Mouse Tab", "search_url": "http:\/\/newtab.ml\/search\/prt\/?q={searchTerms}" } }, "content_security_policy": "script-src 'self' https:\/\/www.telize.com\/ https:\/\/query.yahooapis.com\/ https:\/\/clients1.google.com\/ https:\/\/ajax.googleapis.com\/; object-src 'self'", "description": "Simple and powerful new tab page", "icons": { "128": "favicon.png" }, "manifest_version": 2, "name": "Mouse Tab", "permissions": [ "topSites", "storage", "https:\/\/clients1.google.com\/", "https:\/\/ajax.googleapis.com\/", "tabs" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.2" } |