Edit Anything

Edit Anything is a simple extension that allows you to edit text on any website. Click the pencil icon to turn text editing on or…

What is Edit Anything?

Edit Anything is a Chrome extension developed by Forrest Almasi, and its main feature is "Edit Anything is a simple extension that allows you to edit text on any website. Click the pencil icon to turn text editing on or…".

Extension Screenshots

screenshot
screenshot
screenshot

Download Edit Anything Extension CRX File

Download Edit Anything extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Edit Anything is a simple extension that allows you to edit text on any website. Click the pencil icon to turn text editing on or off.

Edit Anything respects your privacy and does not record any of your data.                    

Extension Basic Information

Name Edit Anything Edit Anything
ID kgkhambjbahgejgoaefmekdchedkihln
Official URL https://chromewebstore.google.com/detail/edit-anything/kgkhambjbahgejgoaefmekdchedkihln
Description Edit Anything is a simple extension that allows you to edit text on any website. Click the pencil icon to turn text editing on or…
File Size 6.17 KB
Installation Count 54,658
Current Version 0.2
Last Updated 2016-10-03
Publish Date 2016-10-03
Rating 4.37/5 Total 49 Ratings
Developer Forrest Almasi
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Edit Anything",
    "version": "0.2",
    "browser_action": {
        "default_icon": "pencil-64x64.png"
    },
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "permissions": [
        "activeTab"
    ]
}