Multi Search & Multi Jump

You can jump to the search result for each search word.

Multi Search & Multi Jumpคืออะไร?

Multi Search & Multi Jump เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://publg.com และคุณลักษณะหลักของมันคือ "You can jump to the search result for each search word."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Multi Search & Multi Jump

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

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

                        Search inside the page and highlight it.

Since the search field does not disappear even if you click on the page, it can be searched continuously.


[About search]
In multi-word search, search words are separated by single-byte spaces.

Pressing the Enter key in the search field jumps to all search results.

When you press the F1 - F12 key, it jumps only to the search term of the number that was pressed.


[About display of search field]
Click the icon or display it with [Ctrl + Shift + F].

* If you display with the character selected, it automatically sets it as the search word.

Use the ESC key to hide the search field (finish a search).

You can make the screen easier to read by using Ctrl + Alt + <- or ->.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Multi Search & Multi Jump Multi Search & Multi Jump
ID oahidkobkdbfbknbloljgpjbeaefgapa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/multi-search-multi-jump/oahidkobkdbfbknbloljgpjbeaefgapa
คำอธิบาย You can jump to the search result for each search word.
ขนาดไฟล์ 1.57 MB
จำนวนการติดตั้ง 14,339
เวอร์ชันปัจจุบัน 0.2.1.29
อัปเดตครั้งล่าสุด 2023-05-17
วันที่เผยแพร่ 2020-06-03
คะแนน 4.11/5 รวมทั้งหมด 45 คะแนน
ผู้พัฒนา https://publg.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://publg.com/blog/category/multi-search-multi-jump
ภาษาที่รองรับ de,en,fr,es,pt-BR,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.2.1.29",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "icons": {
        "128": "img\/icon_128_96_16.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "html\/search-ui.html",
        "lib\/pdfjs\/web\/*",
        "lib\/pdfjs\/web\/cmaps\/*",
        "\/lib\/pdfjs\/build\/*",
        "lib\/jquery\/*"
    ],
    "background": {
        "scripts": [
            "lib\/analytics.js",
            "js\/share.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Multi Search & Multi Jump"
    },
    "content_scripts": [
        {
            "css": [
                "css\/content.css"
            ],
            "js": [
                "lib\/jquery\/jquery-1.12.4.min.js",
                "lib\/jquery\/jquery.mark.js",
                "lib\/pdfjs\/build\/pdf.js",
                "lib\/pdfjs\/web\/viewer.js",
                "js\/content_web_pdf.js",
                "js\/share.js",
                "js\/content_pdf_textlayer.js",
                "js\/content_message.js",
                "js\/content.js"
            ],
            "matches": [
                "https:\/\/publg.com\/multi_search_jump\/pdf\/web\/viewer.html*",
                "https:\/\/publg.com\/multi_search_jump\/pdf\/web\/local_pdf_viewer.html*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "js\/content_notice.js"
            ],
            "matches": [
                "https:\/\/publg.com\/multi_search_jump\/info\/notice.html"
            ],
            "run_at": "document_end"
        }
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+F",
                "mac": "Command+Shift+F",
                "chromeos": "Ctrl+Shift+F",
                "linux": "Ctrl+Shift+F"
            }
        }
    },
    "permissions": [
        "storage",
        "activeTab",
        "https:\/\/publg.com\/*"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA7NFhC7X19GjhKfyfWOknsQPbsEfk9YqcAILhsSyu\/se5h3V9hoQcrBwuRLD2IxvLKwiAy9m7c1WWL+OuAX2XPaYt3q5PoWUWgTcfq+QDO0NCCB2Gt912ZK1H\/cxpfF5wPQ8EsM+blXgejIly21ihbypeZp6HXrWmw1LwY4yDAmfkFQs1ue4jJoMDD\/mmHaDIDH7GcXNekT9VzTrlRbe0Qvno7IyZD2NsqAubcwZpa+YecWK\/dkMk\/wHp1FTWyQrjZYsqGKwbqWzCHgYIOeE+h6G1m0GuHXBBHM3Z0LjY0zL2T5vIV\/T1sR33aLmKSNgFLUXsnjAPUFP4YnzGxFuwTQIDAQAB"
}