Amplecap Beta
Capture web content to Amplenote
Qu'est-ce que Amplecap Beta ?
Amplecap Beta est une extension Chrome développée par https://amplenote.com, et sa fonction principale est "Capture web content to Amplenote".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Amplecap Beta
Téléchargez les fichiers d'extension Amplecap Beta au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Amplecap helps capture the best of the internet into your Amplenote notes, to-do lists, and bullet lists. This release includes the following capture types: *Screenshot selection* Pick an area of the page to capture, we'll also grab the URL of the page and any notes you want to store with it. All text in the screenshot can optionally be searched or pasted into your Amplenote notebook via built-in OCR. *Page excerpt* Drag to select quotes, phrases, or information you want to remember from any web page. A list of all quotations selected is captured by Amplecap for you to optionally edit before saving. The URL of the page and time of capture is automatically recorded to your note along with the list of citations. *Full page capture* Capture the entire scrollable contents of the current web page. We perform two passes of the page to ensure that dynamically loading content will be loaded & visible in your full page screenshot. *Quick Note* If you want to capture a to-do item not necessarily related to the page you're browsing, and send it to your Amplenote to-do list without opening the app. *URL* Capture the URL of the current page -- usually in a to-do item for later follow up, or as part of a bullet list of bookmarks to assemble on a particular topic. All of these types of content can be captured into the body of a note, a bullet item, or a to-do item. You can also insert the captured content into a new note or existing note. New for this release, you can also capture your content to the copy buffer so you can paste it at a specific point in your note. This release also introduces the ability to capture to Rich Footnotes, when you have "Clipboard" selected as the capture destination. This allows quickly snap screenshots or take excerpts, in a format that remembers the URL of the page and can easily be pasted into a research note or a to-do item.
Informations de Base sur l'Extension
Nom | Amplecap Beta |
ID | jhmjlpdljfogaclolecijklcicciafaj |
URL Officiel | https://chromewebstore.google.com/detail/amplecap-beta/jhmjlpdljfogaclolecijklcicciafaj |
Description | Capture web content to Amplenote |
Taille du Fichier | 2.59 MB |
Nombre d'Installations | 6,130 |
Version Actuelle | 0.5.20 |
Dernière Mise à Jour | 2024-03-05 |
Date de Publication | 2021-01-28 |
Évaluation | 4.50/5 Total 16 Évaluations |
Développeur | https://amplenote.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.amplenote.com |
URL de la Page d'Aide | https://www.amplenote.com/help |
URL de la Page de Politique de Confidentialité | https://www.amplenote.com/privacy_policy |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "0.5.20", "short_name": "Amplecap Beta", "name": "Amplecap Beta", "description": "Capture web content to Amplenote", "action": { "default_title": "Amplecap", "default_popup": "popup.html", "default_icon": { "16": "img\/favicon-16x16.png", "32": "img\/favicon-32x32.png", "192": "img\/android-chrome-192x192.png", "256": "img\/android-chrome-256x256.png" } }, "background": { "service_worker": "background.bundle.js" }, "commands": { "toggle-sidebar": { "suggested_key": { "default": "Ctrl+Shift+A", "mac": "MacCtrl+Shift+A" }, "description": "Toggle Sidebar" }, "omnicapture": { "suggested_key": { "default": "Ctrl+Shift+6" }, "description": "Create Amplecap Omnicapture", "global": true } }, "content_scripts": [ { "js": [ "lib\/jquery-3.6.0.min.js", "lib\/browser-polyfill.min.js", "contentScript.bundle.js", "contentScripts\/utils\/storageManager.js", "contentScripts\/utils\/highlight.js", "contentScripts\/utils\/errorManager.js", "contentScripts\/utils\/hoverTools.js", "contentScripts\/loadHighlights.js", "contentScripts\/highlighterCursor.js" ], "matches": [ "*:\/\/*\/*" ] } ], "icons": { "16": "img\/favicon-16x16.png", "32": "img\/favicon-32x32.png", "192": "img\/android-chrome-192x192.png", "256": "img\/android-chrome-256x256.png" }, "permissions": [ "activeTab", "clipboardWrite", "contextMenus", "scripting", "storage", "tabs", "unlimitedStorage" ], "host_permissions": [ " |