new tab links
A replacement new tab page, displays a clock and links of your choosing.
new tab linksとは何ですか?
new tab linksはhttps://nathanwentworth.coによって開発されたChromeの拡張機能で、その主な機能は「A replacement new tab page, displays a clock and links of your choosing.」です。
拡張機能のスクリーンショット
new tab links拡張機能のCRXファイルをダウンロード
new tab links拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | new tab links |
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 |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://nathanwentworth.co/projects/new-tab-links/ |
ヘルプページのURL | 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" ] } |