WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Highlighter Guru

Highlighter Guru

View on Chrome Web Store
View Highlighter Guru Chrome Extension on Chrome Web Store
Add to bookmarks
4.2 (11 ratings)
1 new ratings
2 views
This extension has been viewed 2 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Highlight and save text easily in Chrome! This extension helps you mark important stuff and store it neatly in folders for later.
Type
Extension
Users
113 users
5
Abdelrahman.Dev
View author page of Abdelrahman.Dev
Published
Published on March 8, 2024
Version 1.0.4
Manifest version
3
Updated
Updated on February 21, 2025
productivity/workflow
Extension Category
View on Chrome Web Store
View Highlighter Guru Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Highlighter Guru",
    "version": "1.0.4",
    "description": "Highlight and save text easily in Chrome! This extension helps you mark important stuff and store it neatly in folders for later.",
    "manifest_version": 3,
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "action": {
        "default_icon": {
            "16": "icon.png",
            "24": "icon.png",
            "32": "icon.png",
            "48": "icon.png",
            "128": "icon.png"
        },
        "default_popup": ".\/popup\/index.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "scripting",
        "storage",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "highlighter.png",
                "text.png",
                "testImport.js"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "options_page": ".\/index.html"
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top