Omnivore List Popup
Show a popup with a list of your Omnivore articles to quickly open or archive.
Omnivore List Popup란 무엇입니까?
Omnivore List Popup은(는) HerrHerrmann에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Show a popup with a list of your Omnivore articles to quickly open or archive."입니다.
확장 프로그램 스크린샷
Omnivore List Popup 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Unofficial extension for Omnivore users who want to access their Omnivore items directly in a little popup. This extension is heavily inspired by the original "In My Pocket" extension for Pocket. Features: - See all your Omnivore articles in a popup - Quickly open the original article URL in a new tab by clicking the article - Keep the popup open by keeping CMD (CTRL on Windows/Linux) pressed while clicking an article - Archive (or unarchive) articles from the list - Change the labels of an article - Open the Omnivore main website - Use a custom Omnivore API URL (for self-hosted instances) - More features coming soon! Setup: - Get an Omnivore API Key through your Omnivore Account: https://omnivore.app/settings/api - Install the extension from the Chrome Web Store. - Go into the extension’s settings and paste your Omnivore API key. - Launch the extension by clicking the new "Omnivore List Popup" button in your Firefox extension toolbar/dropdown. - Optional: Add the extension to your always-visible toolbar. Links: - Source Code: https://github.com/herrherrmann/omnivore-list-popup - Issues: https://github.com/herrherrmann/omnivore-list-popup/issues
확장 프로그램 기본 정보
이름 | Omnivore List Popup |
ID | dnfckbihnohkfoaclfckbcebclmhleni |
공식 URL | https://chromewebstore.google.com/detail/omnivore-list-popup/dnfckbihnohkfoaclfckbcebclmhleni |
설명 | Show a popup with a list of your Omnivore articles to quickly open or archive. |
파일 크기 | 31.49 KB |
설치 횟수 | 361 |
현재 버전 | 1.5.2 |
최근 업데이트 | 2024-02-05 |
출시 날짜 | 2023-08-20 |
평점 | 4.00/5 총 2 개의 평점 |
개발자 | HerrHerrmann |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/herrherrmann/omnivore-list-popup |
도움말 페이지 URL | https://github.com/herrherrmann/omnivore-list-popup/issues |
개인정보 보호 정책 페이지 URL | https://herrherrmann.net/omnivore-list-popup-privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Omnivore List Popup", "description": "Show a popup with a list of your Omnivore articles to quickly open or archive.", "homepage_url": "https:\/\/github.com\/herrherrmann\/omnivore-list-popup", "version": "1.5.2", "options_ui": { "page": "options.html" }, "icons": { "48": "icons\/wallet-48.png", "96": "icons\/wallet-96.png" }, "manifest_version": 3, "action": { "default_title": "Omnivore List Popup", "default_icon": { "64": "icons\/wallet-black.png" }, "theme_icons": [ { "light": "icons\/wallet-black.png", "dark": "icons\/wallet-white.png", "size": 64 } ], "default_popup": "popup.html" }, "permissions": [ "storage", "tabs" ], "host_permissions": [ "https:\/\/api-prod.omnivore.app\/*" ] } |