Amplecap Beta

Capture web content to Amplenote

Amplecap Beta란 무엇입니까?

Amplecap Beta은(는) https://amplenote.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Capture web content to Amplenote"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Amplecap Beta 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Amplecap Beta Amplecap Beta
ID jhmjlpdljfogaclolecijklcicciafaj
공식 URL https://chromewebstore.google.com/detail/amplecap-beta/jhmjlpdljfogaclolecijklcicciafaj
설명 Capture web content to Amplenote
파일 크기 2.59 MB
설치 횟수 6,130
현재 버전 0.5.20
최근 업데이트 2024-03-05
출시 날짜 2021-01-28
평점 4.50/5 총 16 개의 평점
개발자 https://amplenote.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.amplenote.com
도움말 페이지 URL https://www.amplenote.com/help
개인정보 보호 정책 페이지 URL https://www.amplenote.com/privacy_policy
지원되는 언어 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": [
        ""
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "sidebar.html",
                "selection.html",
                "omnicapture.html",
                "sidebar.bundle.js",
                "selection.bundle.js",
                "omnicapture.bundle.js",
                "lib\/fonts\/lato-v17-latin-700.eot",
                "lib\/fonts\/lato-v17-latin-700.svg",
                "lib\/fonts\/lato-v17-latin-700.ttf",
                "lib\/fonts\/lato-v17-latin-700.woff",
                "lib\/fonts\/lato-v17-latin-700.woff2",
                "lib\/fonts\/lato-v17-latin-700italic.eot",
                "lib\/fonts\/lato-v17-latin-700italic.svg",
                "lib\/fonts\/lato-v17-latin-700italic.ttf",
                "lib\/fonts\/lato-v17-latin-700italic.woff",
                "lib\/fonts\/lato-v17-latin-700italic.woff2",
                "lib\/fonts\/lato-v17-latin-italic.eot",
                "lib\/fonts\/lato-v17-latin-italic.svg",
                "lib\/fonts\/lato-v17-latin-italic.ttf",
                "lib\/fonts\/lato-v17-latin-italic.woff",
                "lib\/fonts\/lato-v17-latin-italic.woff2",
                "lib\/fonts\/lato-v17-latin-regular.eot",
                "lib\/fonts\/lato-v17-latin-regular.svg",
                "lib\/fonts\/lato-v17-latin-regular.ttf",
                "lib\/fonts\/lato-v17-latin-regular.woff",
                "lib\/fonts\/lato-v17-latin-regular.woff2",
                "lib\/fonts\/pt-serif-v12-latin-regular.eot",
                "lib\/fonts\/pt-serif-v12-latin-regular.svg",
                "lib\/fonts\/pt-serif-v12-latin-regular.ttf",
                "lib\/fonts\/pt-serif-v12-latin-regular.woff",
                "lib\/fonts\/pt-serif-v12-latin-regular.woff2",
                "lib\/fonts\/roboto-v20-latin-500.eot",
                "lib\/fonts\/roboto-v20-latin-500.svg",
                "lib\/fonts\/roboto-v20-latin-500.ttf",
                "lib\/fonts\/roboto-v20-latin-500.woff",
                "lib\/fonts\/roboto-v20-latin-500.woff2",
                "lib\/fonts\/roboto-v20-latin-700.eot",
                "lib\/fonts\/roboto-v20-latin-700.svg",
                "lib\/fonts\/roboto-v20-latin-700.ttf",
                "lib\/fonts\/roboto-v20-latin-700.woff",
                "lib\/fonts\/roboto-v20-latin-700.woff2",
                "lib\/fonts\/roboto-v20-latin-regular.eot",
                "lib\/fonts\/roboto-v20-latin-regular.svg",
                "lib\/fonts\/roboto-v20-latin-regular.ttf",
                "lib\/fonts\/roboto-v20-latin-regular.woff",
                "lib\/fonts\/roboto-v20-latin-regular.woff2",
                "lib\/themes\/default\/assets\/fonts\/brand-icons.eot",
                "lib\/themes\/default\/assets\/fonts\/brand-icons.svg",
                "lib\/themes\/default\/assets\/fonts\/brand-icons.ttf",
                "lib\/themes\/default\/assets\/fonts\/brand-icons.woff",
                "lib\/themes\/default\/assets\/fonts\/brand-icons.woff2",
                "lib\/themes\/default\/assets\/fonts\/icons.eot",
                "lib\/themes\/default\/assets\/fonts\/icons.otf",
                "lib\/themes\/default\/assets\/fonts\/icons.svg",
                "lib\/themes\/default\/assets\/fonts\/icons.ttf",
                "lib\/themes\/default\/assets\/fonts\/icons.woff",
                "lib\/themes\/default\/assets\/fonts\/icons.woff2",
                "lib\/themes\/default\/assets\/fonts\/outline-icons.eot",
                "lib\/themes\/default\/assets\/fonts\/outline-icons.svg",
                "lib\/themes\/default\/assets\/fonts\/outline-icons.ttf",
                "lib\/themes\/default\/assets\/fonts\/outline-icons.woff",
                "lib\/themes\/default\/assets\/fonts\/outline-icons.woff2",
                "lib\/modern-normalize.min.css",
                "lib\/semantic.min.css",
                "lib\/cropper.min.css",
                "lib\/font-imports.css",
                "lib\/frame.css"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}