LINE for Windows

最新版本 Electron 15.0.0 (64-bit)

Electron 15.0.0 (64-bit)

Electron 15.0.0 (64-bit)
與你的朋友保持聯繫,無論何時何地。在移動中使用智能手機上的 LINE for Windows,在辦公室或家中使用 LINE for Windows。對長話機說是。隨時享受免費,高質量的通話。從你的智能手機和 PC。您可以通過點擊免費下載按鈕,從我們的網站下載 PC 離線安裝程序的 LINE .



LINE 功能:

免費即時消息,無論何時何地,無論何時何地,隨時隨地與朋友交流免費即時消息,一對一和群聊。所有的智能手機設備(iPhone,安卓,Windows 手機,黑莓,諾基亞),甚至在您的 PC 上都可以使用 LINE.

Free Voice& 視頻通話
使用 LINE 免費與朋友進行語音和視頻通話。不要等待聽到你的親人的聲音或看到他們的笑臉。現在打電話!目前在 iPhone,Android 和 PC 上使用(Windows / Mac OS).

LINE for Windows 貼紙,更有趣和富有表現力的聊天記錄
擁有 10,000 多張貼紙和表情符號,您可以表達更廣泛的情感。 LINE 貼紙有更多的樂趣。訪問貼紙店找到原始的 LINE 和世界著名的人物貼紙。下載用於 PC 的 LINE Offline Installer 安裝程序!

從照片& 視頻分享到語音留言
LINE 可讓您輕鬆地與朋友分享照片,視頻,語音留言,聯繫人和位置信息.

Timeline
使用時間軸分享文本,照片,視頻和貼紙,與親密朋友交流故事.

Snap Movie
創建頂級質量的視頻只需 10 秒!添加很酷的背景音樂,並與朋友分享。

輕鬆添加朋友
快速添加使用“搖吧!”的朋友功能,二維碼,或掃描二維碼 ID.

也提供:下載 LINE for Mac

ScreenShot

軟體資訊
檔案版本 Electron 15.0.0 (64-bit)

檔案名稱 electron-v15.0.0-win32-x64.zip
檔案大小
系統 Windows XP / Vista / Windows 7 / Windows 8 / Windows 10
軟體類型 免費軟體
作者 LINE Corporation
官網 http://line.me/en/
更新日期 2021-09-22
更新日誌

What's new in this version:

Breaking Changes:
- nativeWindowOpen: true is now the default

Features:
Additions:
- 'dom-ready' event to WebFrameMain which emits when the frame's document is ready
- 'frame-created' event to WebContents which emits when a frame is created in the page
- <webview>.sendToFrame() / frameId to 'ipc-message' event
- <webview> 'did-redirect-navigation' event
- app.configureHostResolver API for configuring DNS-over-HTTPS
- location and modifiers to the event properties provided in the 'before-input-event' WebContents event
- safeStorage string encryption API
- signal option to dialog.showMessageBox
- webContents.fromDevToolsTargetId(targetId) to lookup a WebContents instance from an associated Chrome DevTools Protocol TargetID
- an Electron Fuse for enforcing code signatures on the app.asar file your application loads. Requires the latest asar module
- experimental cookie encryption support behind an Electron Fuse
- fuses to disable NODE_OPTIONS and --inspect debug arguments in packaged apps
- missing resourceType conversions for webRequest listener details: font, ping, cspReport, media, webSocket
- new MenuItem.userAccelerator property to read user-assigned macOS accelerator overrides
- new app.runningUnderARM64Translation property to detect when running under Rosetta on Apple Silicon, or WOW on Windows for ARM
- new imageAnimationPolicy web preference to control how images are animated
- resize edge info to BrowserWindow's will-resize event
- support for Windows Control Overlay on Windows
- support for Windows Control Overlay on macOS
- support for debug URLs such as chrome://gpucrash
- support for directing Chromium logging to a file with --log-file=.../path/to/file.log. Also, it's now possible to enable logging from JavaScript by appending command-line switches during the first JS tick
- support for sending Blobs over the context bridge

Improvements:
Extended continue-activity event API to support webpageURL property from NSUserActivity

Fixed:
Fixed a crash when selecting and opening files in a native file dialog on Mac
Fixed a crash when selecting files in a native file dialog on Windows and Linux
Fixed an issue where GDK_BACKEND was being propagated to subprocesses on Linux
Fixed potential crash when programmatically closing a draggable frameless child window
Fixed typescript export definitions such that not-exported values are not declared in the exports interface
Installing the electron package on an M1 macbook while using an x64 version of node will now automatically download the arm64 version of Electron instead of the x64 version
Electron Fuses are now in a consistent order across platforms
Fixed an issue where fs.promises.readFile would improperly error when passing a FileHandle to the path argument
Fixed BrowserWindow's backgroundColor option not having an effect
Fixed CORS preflight request always being cancelled when connecting via proxy requiring authentication for apps that had registered WebRequest listeners
Fixed documentEdited status not updating close button for frameless window on macOS
Fixed requestFullscreen inside webview does not make the element take fullscreen
Fixed select-bluetooth-device firing on Windows
Fixed a crash in the repl when SharedArrayBuffer is disabled
Fixed a crash when process.exit is called and nativeWindowOpen is enabled
Fixed a crash when calling the webContents.on('login') callback synchronously
Fixed a hang when denying a window.open using setWindowOpenHandler when nativeWindowOpen: false
Fixed a potential crash that would occur with draggable regions on Windows
Fixed a potential crash when calling app.quit() on macOS
Fixed a potential crash when setting vibrancy on macOS
Fixed an issue on Mac where an application could not capture its own window using the desktop capture or getMediaSourceId APIs
Fixed an issue on Windows where empty console windows were appearing when --enable-logging was present
Fixed an issue present in webView where the leave-html-full-screen event is not emitted if the user exits fullscreen with esc instead of by clicking into the webView
Fixed an issue where BrowserWindows would not properly honor transparency: true or a backgroundColor being set in their constructor options
Fixed an issue where Electron would sometimes not honor the user-defined Downloads directory
Fixed an issue where BrowserView webContents would appear not to load in some circumstances
Fixed an issue where self.module.paths wouldn't work in Workers
Fixed an issue where a specified aspect ratio could become incorrect when maximizing a window on macOS
Fixed an issue where background color would not be correctly applied to BrowserViews on Windows when either the x or y coordinate is negative (off-screen)
Fixed an issue where custom traffic lights could be covered by BrowserViews on macOS
Fixed an issue where draggable regions sometimes did not work properly when DevTools is open
Fixed an issue where dropdown menus did not work in DevTools when contextIsolation was enabled
Fixed an issue where multiple calls toBrowserWindow.setResizable() can cause the zoom button to incorrectly be disabled on macOS
Fixed an issue where request headers were cleared if the optional "requestHeaders" parameter was not included in the webRequest.onBeforeSendHeaders callback response object
Fixed an issue where right-clicking in the devtools console throws an error
Fixed an issue where the TouchBarScrubber crashes when showArrowButtons is enabled if items is an empty array
Fixed an issue where the setAlwaysOnTop value would sometimes not be preserved for child windows on macOS
Fixed an issue where the traffic lights would get double-drawn when exiting fullscreen and adding a BrowserView on macOS
Fixed an issue where the user-data directory was incorrect in unpackaged apps
Fixed an issue where toggling documentEdited status on macOS with titlebarStyle: 'hiddenInset' inadvertently moves the traffic light location
Fixed an issue where undocked devtools was not resizable on Windows
Fixed an issue with PDF loading on Windows, where metadata was not loading correctly and causing the PDF to load as a blank page
Fixed beta-only bug that caused mouse clicks to not be processed in frameless windows
Fixed crash when clicking links with target=_blank from webview
Fixed crashes in debug builds caused by microtasks policy mismatch
Fixed crashes on latest gen Intel and Ryzen processors
Fixed crashes on macOS when Geolocation was used
Fixed frameless window having wrong traffic lights position on macOS 11
Fixed hover state not clear bug when BrowserWindow is not resizable
Fixed issue where the update permission prompt would cause 100% CPU spin while the prompt was open
Fixed key window status on mac when opening panels or using custom window switchers (Also in 12, 14)
Fixed media key globalShortcuts on macOS
Fixed memory leak when creating notification on macOS
Fixed memory leak when requesting files in ASAR archive from renderer
Fixed missing 'fetch' event in service workers for requests using a registered protocol
Fixed page title not being updated on child windows without navigation entries under nativeWindowOpen
Fixed potential corruption of piped response data when using interceptHttpProtocol/registerHttpProtocol (Also in 11, 12, 13, 14)
Fixed pressing Alt with mouse click results in toggling menu bar
Fixed pressing ESC not exiting fullscreen from webview
Fixed pressing Alt+Shift and Alt+Ctrl toggling menu bar on KDE
Fixed rare crash in UpdateDraggableRegions
Fixed redirects between locations in custom protocols
Fixed sending intermediate certificates with 'select-client-certificate' event callback
Fixed shifted character getting changed in menu accelerator
Fixed some console messages still being printed to logs when the LogJsConsoleMessages feature was disabled
Fixed stack overflow crash in v8 on windows 32-bit builds
Fixed systemPreferences.getSystemColor returning colors missing alpha values
Fixed the 'did-fail-load' event not being emitted when the 'certificate-error' handler allowed an error through
Fixed the <select> element dropdown not appearing on Windows or Linux
Fixed the color select eyedropper not working within DevTools
Fixed the spelling of 'attachment' in 'Content-Disposition' header when using the webRequest module
Fixed titlebar showing under simple fullscreen mode
Fixed transparent frameless windows having an opaque background when opened in a maximized state
Fixed tray.setTitle not respecting ANSI colors if a font type was specified

Other Changes:
- Backported fix for 1216190
- Fixed app.getPath('logs') returning the wrong path on Linux and Windows
- Fixed a feature flag issue where spellchecker methods returned empty suggestion lists on Windows
- Web Serial API is no longer experimental

Electron 15.0.0 (64-bit) 相關參考資料
Download Electron 15.0.0 (64-bit) Free - FileCombo

Previous versions of Electron 15.0.0 (64-bit) for Windows PC from FileCombo. Fast update and Free Download Latest Version 2021 - FileCombo.

https://filecombo.com

Download Electron 15.2.0 (64-bit) Free - FileCombo

Build cross platform desktop apps with JavaScript, HTML, and CSS! Latest Version, Electron 15.2.0 (64-bit). Requirements. Windows 7 64 / ...

https://filecombo.com

Electron (64-bit) Download (2021 Latest) - FileHorse

4 天前 — Electron is a framework for creating native applications with web technologies like JavaScript, HTML, and CSS.

https://www.filehorse.com

Electron 15.0.0

2021年9月21日 — Electron 15.0.0 has been released! It includes upgrades to Chromium 94, V8 9.4, and Node.js 16.5.0. We've added API updates to window.open, ...

https://electronjs.org

Electron 15.0.0 (64-bit) for Windows 軟體資訊交流

Electron 15.0.0 (64-bit) for Windows 軟體資訊交流、介紹、教學與下載,Electron 是一個框架,用於使用JavaScript,HTML 和CSS 等Web 技術創建本機應用程序。

https://winxmac.com

Electron 15.0.0 (64-bit) 軟體下載 - 軟體兄弟

2021年9月22日 — Electron 15.0.0 (64-bit) 軟體下載Download 檔案名稱electron-v15.0.0-win32-x64.zip,iMazing 是全功能的iOS 管理軟件:將您的移動數據的控制擴展到 ...

https://softwarebrother.com

Electron 15.3.1 (64-bit) Download for Windows Old Versions ...

Electron (64-bit). November, 9th 2021 - 82.2 MB - Open Source. Free Download. Security Status. Features · Screenshots · Change Log · Old Versions.

https://www.filehorse.com