Outline me

Quickly get an article in outline.com

Vad är Outline me?

Outline me är en Chrome-tillägg utvecklad av Lucas Coelho @coelhucas, och dess huvudfunktion är "Quickly get an article in outline.com".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Outline me-förlängningens CRX-fil

Ladda ner Outline me-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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)                    

Grundläggande Information om Tillägg

Namn Outline me Outline me
ID hgbhppchgchgfpgkmifbkolaeadghfjo
Officiell webbadress https://chromewebstore.google.com/detail/outline-me/hgbhppchgchgfpgkmifbkolaeadghfjo
Beskrivning Quickly get an article in outline.com
Filstorlek 11.92 KB
Antal Installationer 53
Aktuell Version 1.0
Senast Uppdaterad 2021-09-28
Publiceringsdatum 2021-09-23
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Lucas Coelho @coelhucas
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/coelhucas/outline-me
Stödda Språk 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"
    }
}