Noveltab for Developers
Developer-friendly new tab page
ما هو Noveltab for Developers؟
Noveltab for Developers هو إضافة Chrome تم تطويرها بواسطة http://noveltab.com، والميزة الرئيسية لها هي "Developer-friendly new tab page".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Noveltab for Developers
قم بتنزيل ملفات الامتداد Noveltab for Developers بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Noveltab makes your new tab page developer-friendly! *** Smart history *** Quick access to recently visited resources: - Github projects - Documentation - Stackoverflow questions - Bugtracker tickets - Google Docs - Forum topics *** Direct search *** Search isn't only Google! Search directly in Stackoverflow, Wikipedia, and other services as well. *** News Feed *** News feed from popular tech websites to keep you up to date with the latest events.
معلومات أساسية عن التمديد
الاسم | |
ID | phmdaodfdfcieiomibneocicagcihfke |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/noveltab-for-developers/phmdaodfdfcieiomibneocicagcihfke |
الوصف | Developer-friendly new tab page |
حجم الملف | 572 KB |
عدد التثبيتات | 29 |
النسخة الحالية | 0.96 |
آخر تحديث | 2016-10-24 |
تاريخ النشر | 2016-10-24 |
تقييم | 4.17/5 مجموع تقييمات 6 |
المطور | http://noveltab.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Noveltab for Developers", "description": "Developer-friendly new tab page", "version": "0.96", "permissions": [ "history", "storage", "tabs", "activeTab" ], "background": { "scripts": [ "background.js" ] }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/suggestqueries.google.com\/complete\/ https:\/\/ajax.googleapis.com\/ajax\/services\/feed\/ https:\/\/*.googleapis.com\/ https:\/\/www.google.com\/; object-src 'self'", "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "128": "assets\/img\/nt128x128.png", "48": "assets\/img\/nt48x48.png", "16": "assets\/img\/nt16x16.png" } } |