fifkgdfgcgfejffmmmnmmkhckkojpdom
中文双拼/拼音后台解析器(需与其他扩展一起使用) 中文拼音输入法离线解析器 无法单独使用,需要与输入法ui扩展一起使用。 支持chrome 102之后的版本 ### 新功能说明 ### - 添加了新的字库支持(40万+)和用户选词自学习功能。 - 添加了`智能ABC`方案的支持 - 预留了可以控制台使用`userDiy()`API来批量更新用户词库的接口 > 格式:userDiy("wei'dong'yi", "韦东奕") > 此举会添加到用户词库 - 预留了在控制台自定义双拼输入法的方式 格式:chrome.storage.local.set( {"customShuangpin": { shengmu: {声母:对应单独按键...} // 需要包含所有单独的按键, yunmu: {韵母: 韵母单独按键...} // 需要包含所有韵母, yinjie: {音节: 输入音节拼音的方式(例如: an: of) } // 需要包含所有音阶 } } )
BewlyBewly
Just make a few small changes to your Bilibili homepage. Improve your Bilibili homepage by redesigning it, adding more features, and personalizing it to match your preferences.
Aria2 Explorer
Speed up your downloads with Aria2, manage your download tasks easily. Aria2-Explorer captures browser's download task and exports it to Aria2 via JSON-RPC interfaces to complete download task. Aria2 is a lightweight multi-protocol & open-source command-line download utility. It supports HTTP/HTTPS, FTP, SFTP, BitTorrent and Metalink. 1. For Windows, please install Aria2 Manager: https://apps.microsoft.com/detail/9p5wq68q20wv?cid=cws Other platform, please download Aria2 utility: https://github.com/aria2/aria2/releases/latest. 2. For Windows, please run Aria2 Manager . Other platform, please run Aria2 in the Terminal with typing aria2c --enable-rpc. 3. Install this Chrome extension. 4. Enable auto-capture on the extension options page and configure others as you need. (For Motrix user, please use http://localhost:16800/jsonrpc as the RPC URL) After these steps, you could enjoy the multi-threads and BT download experience inside the Chrome. Warning: Please turn off auto-capture function, when you are using other extension to download network resources. Otherwise, there will be conflict and exception arisen. Features: [ ZERO collection of user data and privacy ] 1. Auto capture browser download tasks - Capture notification - Support magnet links - Toggle auto-capture by shortcut (Default: Alt + A) - Set all Aria2 options manually before download - Filter task by the domain, file extensions or file sizes Filter priority: domain > file-ext > file-size, white-list > black-list 2. Auto-select Aria2 RPC server by matching the preset download URL pattern 4. Synchronize and store all settings on the cloud 5. Support for zh-CN/zh-TW/en/fr/it/ja/ko/ru/uk languages 9. Support shortcuts in the options page (Save: Alt + S Reset: Alt + R Download: Alt + J Upload: Alt + U)
pakku:哔哩哔哩弹幕过滤器
瞬间过滤B站(bilibili.com)的刷屏弹幕,还你清爽的弹幕视频体验。 pakku 立志于改善哔哩哔哩弹幕视频的观看体验,可以合并B站视频中绝大多数刷屏弹幕,让您免受各种带节奏弹幕的刷屏之苦。左侧的截图就展示了 pakku 实现的惊人效果。 内容近似且时间差在一定时间以内的多个刷屏弹幕都会被合并成一条弹幕,减少遮挡屏幕。这样您在看视频时,就不用总是频繁倒回去看被弹幕挡住的画面了。 在推荐的设置下,pakku 能为您阻挡绝大多数重复弹幕,它们甚至可达弹幕池总数的30%~80%。 此外,pakku 提供了诸多 HTML5 播放器增强功能。例如弹幕信息显示框和弹幕密度图表(见截图),还可以查询弹幕的发送者。 * 全部运算都在本地进行,我们不会收集你的B站账号信息和观看历史。 * pakku 也有适用于 Firefox 版本,请在 addons.mozilla.org 搜索 "pakku" * 使用 GPLv3 协议开源。github.com/xmcp/pakku.js
JsCIN: JavaScript Common INput
An input method editor supporting customizable table based input methods (XCIN/GCIN compatible) for Google ChromeOS™ This is an Input Method Editor (IME) designed for Chromebooks (running ChromeOS). It supports loading customized tables that are compatible with XCIN or GCIN table files (*.xcin and *.gtab). - You can even use the official Boshiamy gtab file. To install and activate the IME on a Chromebook: - Install the extension - Click the status in right-bottom corner (showing the system time) to popup the system config menu, select "Keyboard", then the gear icon in the right-top corner of the "Input Methods" menu to enter the "Inputs" setting page. (Alternatively, you can also get there by Settings, Device, Keyboards and Inputs, Input settings), and then click "Add input methods". - Type to search for "JSCIN Chinese Input Methods", select and Add - Switch your keyboard to "[ZH] JsCIN Chinese Input Methods" to start typing. - You can use the extension options page to load your favorite input method table. See https://github.com/google/jscin/blob/main/docs/USER_GUIDE.md if you need help. What's new: v3.1.4: - Fixed: Simplex can't move to the next page of candidates by SPACE v3.1.3: - Fixed: GCIN %flag_disp_partial_match should only work in auto compose mode - Revised the description and list of options v3.1.2: - Revised the space options (description and function). - Stop showing the CrossQuery window before typing new characters. - Support CIN2 %nullcandidate and GCIN %flag_disp_partial_match v3.1.1: (a major update) - The fresh new designed "Input Method Details" dialog with all per-table configurable options, replacing the 'Types' selection. - The candidates window will now report page numbers if there are more than one page of candidates. For input methods using SPACE to select the first candidate (e.g, Boshiamy & Dayi), navigate the candidates using arrow keys, PageUp/Dn, ''. - Supports horizontal candidate window (issue #40) - Last selected input method will be now be sticky when you switch on/off. - Revised SPACE behavior when there are multiple pages of candidates. - Fixed "Failed parsing phrase based GTAB (issue #39)" - Fixed "CrossQuery may go wrong in options" - Fixed "Candidates remained even after we deleted the whole composition" - Fixed "Adding a table in the options will see duplicated items" - Fixed "CrossQuery failed to work with built-in tables" - Fixed "Press the selection key AFTER last candidate will clear the composition" - Fixed "Composition & related text were not cleared when switching IMEs on/off". - Supports XCIN command %AUTO_UPCHAR and %END_KEY - Deprecates JsCIN command %PHRASE_CHARDEF v3.0.2: - Default to allow SPACE to reset after error (issue #37) - Supports reading Array quick keys from GCIN GTAB (issue #39) - Fixed GCIN tables using %flag_unique_auto_send - Better error handling (max keystrokes, visible error, ...) - Fixed broken GenInp v3.0.1: - New built-in Array30 table from github/gontera - New feature issue #36: single-press shift to toggle raw-input mode - Fixed issue #38 that Esc on error composition does not work