Outline me
Quickly get an article in outline.com
Wat is Outline me?
Outline me is een Chrome-extensie ontwikkeld door Lucas Coelho @coelhucas, en de belangrijkste functie is "Quickly get an article in outline.com".
Extensie Screenshots
Download het CRX-bestand van de extensie Outline me
Download Outline me-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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)
Basisinformatie over de Extensie
Naam | Outline me |
ID | hgbhppchgchgfpgkmifbkolaeadghfjo |
Officiële URL | https://chromewebstore.google.com/detail/outline-me/hgbhppchgchgfpgkmifbkolaeadghfjo |
Beschrijving | Quickly get an article in outline.com |
Bestandsgrootte | 11.92 KB |
Aantal Installaties | 53 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2021-09-28 |
Publicatiedatum | 2021-09-23 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Lucas Coelho @coelhucas |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/coelhucas/outline-me |
Ondersteunde Talen | 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" } } |