Outline me

Quickly get an article in outline.com

Outline me là gì?

Outline me là một tiện ích mở rộng Chrome được phát triển bởi Lucas Coelho @coelhucas, và tính năng chính của nó là "Quickly get an article in outline.com".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Outline me

Tải xuống các tệp mở rộng Outline me dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Outline me Outline me
ID hgbhppchgchgfpgkmifbkolaeadghfjo
URL Chính Thức https://chromewebstore.google.com/detail/outline-me/hgbhppchgchgfpgkmifbkolaeadghfjo
Mô tả Quickly get an article in outline.com
Kích Thước Tệp 11.92 KB
Số Lần Cài Đặt 53
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2021-09-28
Ngày Phát Hành 2021-09-23
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Lucas Coelho @coelhucas
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/coelhucas/outline-me
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}