new tab links
A replacement new tab page, displays a clock and links of your choosing.
ما هو new tab links؟
new tab links هو إضافة Chrome تم تطويرها بواسطة https://nathanwentworth.co، والميزة الرئيسية لها هي "A replacement new tab page, displays a clock and links of your choosing.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة new tab links
قم بتنزيل ملفات الامتداد new tab links بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A replacement for the new tab page, displays a small clock and a selection of editable links.
Add new links by clicking "edit" at the bottom left, and typing a link followed by a space and the title of the link.
New in 1.5.1:
- Yellow theme added
- Will now allow urls without a tld, such as 'http://localhost'
New in v1.5:
- Now allows for vertical/horizontal scrolling
- Edit menu has a background so it can be seen easier in front of long lists
- Blank lines no longer count as elements معلومات أساسية عن التمديد
| الاسم | |
| ID | dhilgiccnfcdipikddkegbpphmnobpnn |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/new-tab-links/dhilgiccnfcdipikddkegbpphmnobpnn |
| الوصف | A replacement new tab page, displays a clock and links of your choosing. |
| حجم الملف | 65.62 KB |
| عدد التثبيتات | 130 |
| النسخة الحالية | 1.5.1 |
| آخر تحديث | 2021-03-25 |
| تاريخ النشر | 2019-03-27 |
| تقييم | 4.75/5 مجموع تقييمات 8 |
| المطور | https://nathanwentworth.co |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://nathanwentworth.co/projects/new-tab-links/ |
| عنوان صفحة المساعدة | https://twitter.com/nathanwentworth |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "new tab links",
"manifest_version": 2,
"version": "1.5.1",
"description": "A replacement new tab page, displays a clock and links of your choosing.",
"applications": {
"gecko": {
"id": "{2fdf13eb-fee6-48c7-9bd3-5624a005d68e}"
}
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"permissions": [
"storage"
]
} | |