Marka

Web Page Marker, Keyword Highlighter, Saver

Markaคืออะไร?

Marka เป็นส่วนขยายของ Chrome ที่พัฒนาโดย searchpuzzle38 และคุณลักษณะหลักของมันคือ "Web Page Marker, Keyword Highlighter, Saver"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Marka

ดาวน์โหลดไฟล์ส่วนขยาย Marka ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        ★ 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": [
                ""
            ]
        }
    ]
}