全部应用

KeePassHelper Password Manager
4.0
-----------------------
KeePass的帮助扩展,用于查找和插入凭证、生成密码或保存新的登录信息,无需手动复制和粘贴 KeePass/MacPass Helper extension adds an action button to your browser toolbar area. Pressing the button opens a panel that displays all the matching credentials for the current domain. You can either insert the username, password, or even both through the action buttons. The extension also can submit the form if you would like to. This extension offers a built-in OTP (One-time password) tool so you don't need to have a separate extension for that. The OTP credential can optionally be saved in SHA-256 encryption to make sure your OTP secrets are safe. This extension supports the following applications: 1. KeePass application with KeePassHttp installed 2. KeePassXC with a custom manifest (uses native messaging to communicate) 3. Direct read of KDBX3 or KDBX4 databases (when you cannot install a native application) 4. Any other alternatives that support HTTP communication (such as MacPass) Notes: 1. When using this extension, first make sure the login or password input box is selected on the page before opening the panel. Insertion occurs only if an input element is selected on a form. 2. It is possible to generate one-time password tokens using this extension. 3. This extension optionally supports automatic logins. 4. Native messaging that is supported by KeePassXC is now covered. Go to the options page to configure the extension to work with KeePassXC. For more info please visit the FAQs page: http://add0n.com/keepass-helper.html For bug reports use: https://github.com/belaviyo/keepass-macpass-helper/ Privacy Policy: https://add0n.com/policies/unixeco.txt Setup to work with KeePass application: Requirements: 1. KeePass 2 (http://keepass.info) -- version 2.17 or newer 2. KeePassHttp (https://github.com/pfn/keepasshttp/) -- download link is https://passifox.appspot.com/KeePassHttp.plgx Directions: 1) Install KeePass 2) Install KeePassHttp by dropping KeePassHttp.plgx into the KeePass Program Files directory 2a) Log into KeePass 2b) Verify KeePassHttp has been installed correctly by checking Tools > Plugins 3) Navigate to any page containing a password 4) Click the toolbar button 5) Switch to the KeePass window and enter a descriptive name into the dialog that popped up and click the save button. 6) Your passwords are now securely retrieved from KeePass and automatically entered into password forms and fields when needed. Change Log 0.1.7: fixes http://add0n.com/keepass-helper.html#comment-3141456132 0.1.8: fixes https://github.com/belaviyo/keepass-macpass-helper/issues/1 0.1.9: fixes duplicate context-menu items are created on extension activation 0.2.0: support for Ctrl + B is added for Windows OS. Panel keeps its focus when it is open. ""\"" char is now supported for both username and password fields. 0.2.1: 1. it now remembers your last login selection. 2. when the panel is closed, the last active element gets its focus back 0.2.4: Copy text to the Clipboard is improved. 0.2.8: Credentials are now displayed in a popup instead of an injected iframe. This is similar to how 1PAssword or LastPass display credentials. This default behavior can be changed from the options UI. 0.3.0: It is now possible to auto-login if there is only one credential (disabled by default) 0.3.1: ""String Fields"" are now supported. You can insert custom text to HTML input elements using these string fields. Please read FAQ 12 for more info. 0.4.3: Supports KeePassXC, supports multiple databases"
Asciidoctor.js Live Preview
4.7
-----------------------
Render AsciiDoc (.ad, .adoc, .asc, .asciidoc) as HTML inside your browser! This project uses Asciidoctor.js to render AsciiDoc as HTML. Usage 1. Check Allow access to file URLs in chrome://extensions 2. Open local or remote .ad, .adoc, .asc, .asciidoc file in Chrome 3. Enjoy! Options The extension can be configured via an options page. To open the options page, right-click the extension icon and choose Options on the menu. You can also go to chrome://extensions and click the Options link. The options page let you add custom attributes or change the theme of the AsciiDoc HTML output. Changelog 2.7.0 • Fix MathJax equation numbering (#412) • Upgrade Asciidoctor.js from 2.2.0 to 2.2.1(based on Asciidoctor 2.0.12) • Upgrade Asciidoctor Kroki from 0.8.2 to 0.12.0 (add excalidraw, bpmn and bytefield as a supported diagrams) • Global configuration using `kroki-default-format` and `kroki-default-options` attributes • Upgrade bulma from 0.8.2 to 0.9.1 2.6.1 • Do not add the toc2 class if the document has no section - thanks @mnrvwl • Stop auto reload when the extension has been disabled - thanks @mnrvwl • Remove the deprecated options_page - thanks @mnrvwl • Upgrade Asciidoctor.js from 2.1.1 to 2.2.0 • Upgrade Asciidoctor Kroki from 0.7.0 to 0.8.1 • Support sidebar toc • Compatibility with Firefox, use the same codebase again! • Remove chartist sourcemap reference 2.5.0 • Upgrade Asciidoctor.js from 2.0.3 to 2.1.1 • Show errors thrown by the background script on the page (thanks @doub) • Catch exceptions thrown by the initial XMLHttpRequest • Use the `Cache-Control` header to make sure that we fetch the latest version available • Upgrade Asciidoctor Kroki from 0.4.0 to 0.7.0 with new diagrams: `packetdiag`, `rackdiag`, `vega` and `vegalite` • Upgrade chartist from 0.11.0 to 0.11.4 • Upgrade bulma from 0.7.5 to 0.8.2 2.4.0 • Move the fetch and convert functions in the background script (as the latest version of Chrome 80+ blocks `XMLHttpRequest` sent by the content script) • Upgrade to MathJax 3.0.1 2.3.0 • Upgrade to MathJax 3.0.0 (thanks @sindzicat) • Use server-side syntax highlighting (thanks @john-cj) 2.2.0 • Fix inter-document cross references by using `.adoc` as `outfilesuffix` (thanks @jmini) • Disable the diagram extension by default (can be enabled in options page) • The Kroki server URL can now be configured in the options page (for instance, you can point to a local instance) 2.1.0 • Set built-in attributes docfile, docname and docfilesuffix (thanks @utopalex & @ehmkah) • Use Kroki extension to render diagrams (support BlockDiag, SeqDiag, ActDiag, NwDiag, C4, Ditaa, Erd, GraphViz, Mermaid, Nomnoml, PlantUML, SvgBob and UMLet diagrams!) 2.0.0 • Load additional languages for highlight.js (using :highlightjs-languages: attribute) • Upgrade to Asciidoctor.js 2.0.3 • The default safe mode is now safe (was secure)"