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
电子邮箱 [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"
    }
}