Marka

Web Page Marker, Keyword Highlighter, Saver

Marka란 무엇입니까?

Marka은(는) searchpuzzle38에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Web Page Marker, Keyword Highlighter, Saver"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        ★ Mark selected text of web page in various colors
★ Keyword Highlighter using Syntax: "word+ test? word# block_chain x~y one,two,three"
★ Save Notes for different highlight keyword syntaxes
★ Save marked/highlighted web pages or copy to clipboard
★ Web page Sidebar to quickly identify where highlights and marks were made
★ Export/Import keyword notes as web page metadata
★ Additional webpage formatting and feature copy functions: currently only for "Google Patents"
★ Context-menu functions: currently only available for "Google Patents" & "Espacenet" (see Help for details)                    

확장 프로그램 기본 정보

이름 Marka Marka
ID njhmmbjipggpianofbbfpegbcneiabij
공식 URL https://chromewebstore.google.com/detail/marka/njhmmbjipggpianofbbfpegbcneiabij
설명 Web Page Marker, Keyword Highlighter, Saver
파일 크기 1.02 MB
설치 횟수 80
현재 버전 25
최근 업데이트 2023-11-15
출시 날짜 2020-06-28
개발자 searchpuzzle38
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Marka",
    "version": "25",
    "description": "Web Page Marker, Keyword Highlighter, Saver",
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        ""
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "action": {
        "default_title": "Marka",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "inc\/icon16.png",
            "32": "inc\/icon32.png",
            "48": "inc\/icon48.png",
            "64": "inc\/icon64.png",
            "128": "inc\/icon128.png"
        }
    },
    "icons": {
        "16": "inc\/icon16.png",
        "32": "inc\/icon32.png",
        "48": "inc\/icon48.png",
        "64": "inc\/icon64.png",
        "128": "inc\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "lib.js",
                "js\/vars.js",
                "js\/save.js",
                "js\/menu.js",
                "js\/sidebar.js",
                "js\/keywords.js",
                "js\/marker.js",
                "js\/patent.js",
                "js\/page.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}