WebExtension.net
WebExtension.net

Project Naptha

View on Chrome Web Store
View Project Naptha Chrome Extension on Chrome Web Store
3.6 (1,803 ratings)

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

Highlight, copy, edit, and translate text from any image on the web.
Type
Extension
Users
300,000 users
antimatter15
View author page of antimatter15
Published
Published on April 22, 2014
Version 0.9.5
Manifest version
2
Updated
Updated on May 9, 2020
View on Chrome Web Store
View Project Naptha Chrome Extension on Chrome Web Store
make_chrome_yours/accessibility
Extension Category
Website
Visit developer website

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Project Naptha",
    "short_name": "Naptha",
    "description": "Highlight, copy, edit, and translate text from any image on the web.",
    "version": "0.9.5",
    "background": {
        "scripts": [
            "flame-monkey.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "naptha-wick.js"
            ],
            "css": [
                "naptha.css"
            ]
        }
    ],
    "permissions": [
        "clipboardWrite",
        "clipboardRead",
        "storage",
        "tts",
        "<all_urls>"
    ],
    "icons": {
        "128": "icon.png"
    }
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 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