in-Marker

Organize and Highlight your web (re)search

Co je in-Marker?

in-Marker je rozšíření Chrome vyvinuté https://open-umbrellas.com, a jeho hlavní funkcí je „Organize and Highlight your web (re)search“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření in-Marker

Stáhněte si soubory rozšíření in-Marker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        **Attention**:   We have exciting news for you! We have just released an incredible new extension called ZetaMarker, which is similar to in-Marker but with a multitude of amazing features and enhanced functionality. We strongly urge you to install ZetaMarker instead of in-Marker to unlock a world of possibilities, all available to you completely free of charge!

Why choose ZetaMarker over in-Marker? 

1. "PDF Highlighting and Annotation": With ZetaMarker, you can now effortlessly highlight and annotate PDF files, whether they are stored locally or found online. Expand your capabilities and make your mark on digital documents.

2. "Android Compatibility": Take your highlighting and annotation on the go! ZetaMarker offers an Android version, allowing you to annotate web pages directly from your Android devices.

3. "Cloud Backup": Never lose your valuable work again. ZetaMarker provides secure cloud backup, ensuring your annotations are always safe and accessible.

4. "Synchronization Across Devices": Seamlessly access your annotations across all your devices. Whether you're working on your computer, Android phone, or tablet, ZetaMarker keeps your annotations in sync, so you can pick up right where you left off.

5. "Exciting New Features": We're constantly working on improving ZetaMarker. Expect a continuous stream of innovative features and updates that will further enhance your highlighting and annotation workflow.

6. "No Further Updates for in-Marker": Regrettably, we will no longer be updating or supporting in-Marker. However, you can trust that ZetaMarker is actively maintained and supported, ensuring a cutting-edge annotation solution that evolves with your needs.

Check out https://zetamarker.com/ for more information.                    

Základní Informace o Rozšíření

Název in-Marker in-Marker
ID obmpokmlhlgbhnchloncodlpjocbcpep
Oficiální URL https://chromewebstore.google.com/detail/in-marker/obmpokmlhlgbhnchloncodlpjocbcpep
Popis Organize and Highlight your web (re)search
Velikost souboru 382 KB
Počet instalací 68
Aktuální Verze 0.25
Poslední Aktualizace 2023-05-31
Datum Vydání 2022-05-12
Hodnocení 5.00/5 Celkem 4 Hodnocení
Vývojář https://open-umbrellas.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://open-umbrellas.com/
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "in-Marker",
    "description": "Organize and Highlight your web (re)search",
    "version": "0.25",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "lib\/jquery.min.js",
                "src\/contentScripts\/highlight.js",
                "src\/contentScripts\/storageHighlight.js",
                "src\/contentScripts\/visualHighlight.js",
                "src\/contentScripts\/loadHighlights.js",
                "src\/contentScripts\/highlightErrorManager.js",
                "src\/hoverTools\/hoverTools.js",
                "src\/contentScripts\/highlighterCursor.js",
                "src\/contentScripts\/highlighterCursor.js"
            ],
            "css": [
                "css\/hoverTools.css"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "service_worker": "src\/background.js",
        "type": "module"
    },
    "action": {
        "icons": {
            "16": "images\/logo\/logo-16.png",
            "48": "images\/logo\/logo-48.png",
            "128": "images\/logo\/logo-128.png"
        },
        "default_popup": "popup\/index.html"
    },
    "commands": {
        "toggle-highlighter-cursor": {
            "suggested_key": {
                "default": "Alt+T",
                "mac": "MacCtrl+T"
            },
            "description": "Toggle the highlighter cursor"
        },
        "highlight-selection": {
            "suggested_key": {
                "default": "Alt+Y",
                "mac": "MacCtrl+Y"
            },
            "description": "Highlight selection"
        },
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+E",
                "mac": "Command+Shift+E"
            }
        }
    },
    "permissions": [
        "contextMenus",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.png",
                "images\/*.svg",
                "src\/hoverTools\/hoverTools.html"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "icons": {
        "16": "images\/logo\/logo-16.png",
        "48": "images\/logo\/logo-48.png",
        "128": "images\/logo\/logo-128.png"
    }
}