Outline me

Quickly get an article in outline.com

Apa itu Outline me?

Outline me adalah ekstensi Chrome yang dikembangkan oleh Lucas Coelho @coelhucas, dan fitur utamanya adalah "Quickly get an article in outline.com".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Outline me

Unduh file ekstensi Outline me dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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)                    

Informasi Dasar Ekstensi

Nama Outline me Outline me
ID hgbhppchgchgfpgkmifbkolaeadghfjo
URL Resmi https://chromewebstore.google.com/detail/outline-me/hgbhppchgchgfpgkmifbkolaeadghfjo
Deskripsi Quickly get an article in outline.com
Ukuran File 11.92 KB
Jumlah Instalasi 53
Versi Saat Ini 1.0
Terakhir Diperbarui 2021-09-28
Tanggal Publikasi 2021-09-23
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Lucas Coelho @coelhucas
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/coelhucas/outline-me
Bahasa yang Didukung 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"
    }
}