Outline me
Quickly get an article in outline.com
什麼是Outline me?
Outline me是由Lucas Coelho @coelhucas開發的Chrome擴展程式,該擴展的主要功能是“Quickly get an article in outline.com”。
擴展截圖
下載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) 擴展基本資訊
| 名稱 | |
| ID | hgbhppchgchgfpgkmifbkolaeadghfjo |
| 官方網址 | 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"
}
} | |