Outline me

Quickly get an article in outline.com

Qu'est-ce que Outline me ?

Outline me est une extension Chrome développée par Lucas Coelho @coelhucas, et sa fonction principale est "Quickly get an article in outline.com".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Outline me

Téléchargez les fichiers d'extension Outline me au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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)                    

Informations de Base sur l'Extension

Nom Outline me Outline me
ID hgbhppchgchgfpgkmifbkolaeadghfjo
URL Officiel https://chromewebstore.google.com/detail/outline-me/hgbhppchgchgfpgkmifbkolaeadghfjo
Description Quickly get an article in outline.com
Taille du Fichier 11.92 KB
Nombre d'Installations 53
Version Actuelle 1.0
Dernière Mise à Jour 2021-09-28
Date de Publication 2021-09-23
Évaluation 5.00/5 Total 1 Évaluations
Développeur Lucas Coelho @coelhucas
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/coelhucas/outline-me
Langues Prises en Charge 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"
    }
}