Outline me

Quickly get an article in outline.com

Outline meとは何ですか?

Outline meはLucas Coelho @coelhucasによって開発されたChromeの拡張機能で、その主な機能は「Quickly get an article in outline.com」です。

拡張機能のスクリーンショット

screenshot
screenshot

Outline me拡張機能のCRXファイルをダウンロード

Outline me拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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)                    

拡張機能の基本情報

名前 Outline me Outline me
ID hgbhppchgchgfpgkmifbkolaeadghfjo
公式URL https://chromewebstore.google.com/detail/outline-me/hgbhppchgchgfpgkmifbkolaeadghfjo
説明 Quickly get an article in outline.com
ファイルサイズ 11.92 KB
インストール数 53
現在のバージョン 1.0
最終更新日 2021-09-28
公開日 2021-09-23
評価 5.00/5 合計 1 レビュー
開発者 Lucas Coelho @coelhucas
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/coelhucas/outline-me
対応言語 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"
    }
}