new tab links
A replacement new tab page, displays a clock and links of your choosing.
Apa itu new tab links?
new tab links adalah ekstensi Chrome yang dikembangkan oleh https://nathanwentworth.co, dan fitur utamanya adalah "A replacement new tab page, displays a clock and links of your choosing.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi new tab links
Unduh file ekstensi new tab links dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | new tab links |
ID | dhilgiccnfcdipikddkegbpphmnobpnn |
URL Resmi | https://chromewebstore.google.com/detail/new-tab-links/dhilgiccnfcdipikddkegbpphmnobpnn |
Deskripsi | A replacement new tab page, displays a clock and links of your choosing. |
Ukuran File | 65.62 KB |
Jumlah Instalasi | 130 |
Versi Saat Ini | 1.5.1 |
Terakhir Diperbarui | 2021-03-25 |
Tanggal Publikasi | 2019-03-27 |
Penilaian | 4.75/5 Total 8 Penilaian |
Pengembang | https://nathanwentworth.co |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://nathanwentworth.co/projects/new-tab-links/ |
URL Halaman Bantuan | https://twitter.com/nathanwentworth |
Bahasa yang Didukung | 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" ] } |