Outline me

Quickly get an article in outline.com

What is Outline me?

Outline me is a Chrome extension developed by Lucas Coelho @coelhucas, and its main feature is "Quickly get an article in outline.com".

Extension Screenshots

screenshot
screenshot

Download Outline me Extension CRX File

Download Outline me 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

                        Became one shortcut from an outline.com version of the current opened article!
Easily redirects you to an outline.com/current-tab-url

Shortcuts:
⌘ +⇧+O (Option+Shift+O - macOS)
⌃ +⇧+O (Alt+Shift+O - other OS)                    

Extension Basic Information

Name Outline me Outline me
ID hgbhppchgchgfpgkmifbkolaeadghfjo
Official URL https://chromewebstore.google.com/detail/outline-me/hgbhppchgchgfpgkmifbkolaeadghfjo
Description Quickly get an article in outline.com
File Size 11.92 KB
Installation Count 53
Current Version 1.0
Last Updated 2021-09-28
Publish Date 2021-09-23
Rating 5.00/5 Total 1 Ratings
Developer Lucas Coelho @coelhucas
Email [email protected]
Payment Type free
Extension Website https://github.com/coelhucas/outline-me
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Outline me",
    "description": "Quickly get an article in outline.com",
    "permissions": [
        "activeTab"
    ],
    "version": "1.0",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "commands": {
        "run_outline_me": {
            "suggested_key": {
                "default": "Ctrl+Shift+O"
            },
            "description": "Run Outline me on current page"
        }
    },
    "action": {
        "default_title": "Redirects to an outline.com version of the article."
    },
    "background": {
        "service_worker": "background.js"
    }
}