Editabro

Editor in new tab.

What is Editabro?

Editabro is a Chrome extension developed by r7kamura, and its main feature is "Editor in new tab.".

Extension Screenshots

screenshot
screenshot

Download Editabro Extension CRX File

Download Editabro 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

                        Editabro is a browser extension to change your new tab page to an editor.

* No file
* No configuration
* Auto-save in browser
* Sync within chrome account
* Dark mode support
* Markdown support
* VSCode derived features                    

Extension Basic Information

Name Editabro Editabro
ID eodgdnjgkjjlohklhoaapfhghgcoihmf
Official URL https://chromewebstore.google.com/detail/editabro/eodgdnjgkjjlohklhoaapfhghgcoihmf
Description Editor in new tab.
File Size 991 KB
Installation Count 250
Current Version 0.3.0
Last Updated 2022-09-06
Publish Date 2022-07-16
Rating 4.33/5 Total 3 Ratings
Developer r7kamura
Email [email protected]
Payment Type free
Extension Website https://github.com/r7kamura/editabro
Help Page URL https://github.com/r7kamura/editabro/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Editabro",
    "description": "Editor in new tab.",
    "version": "0.3.0",
    "manifest_version": 3,
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "chrome_url_overrides": {
        "newtab": "src\/newtab.html"
    },
    "permissions": [
        "storage"
    ]
}