Outline
Generate outline for website
Outline란 무엇입니까?
Outline은(는) songjp에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Generate outline for website"입니다.
확장 프로그램 스크린샷
Outline 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Purpose: This Chrome extension is designed to generate a outline navigation for websites that do not come with one. Why you should install it: There are currently many websites on the web without a outline navigation, such as https://developer.mozilla.org/, https://github.com/, https://zhuanlan.zhihu.com, etc. Without a outline it is not easy to read the articles on the website and there is no way to quickly to locate a section of an article. Therefore, the Outline plugin is designed to solve this problem. It generates a outline for a given website and supports jumping to the corresponding section of the article with a single click. The extension also supports the configuration of the URL of the website where it is active, which means that the extension can be used on any website.
확장 프로그램 기본 정보
이름 | Outline |
ID | hdnnkahjgbbebkfcmefalfmcfclakcdh |
공식 URL | https://chromewebstore.google.com/detail/outline/hdnnkahjgbbebkfcmefalfmcfclakcdh |
설명 | Generate outline for website |
파일 크기 | 27.29 KB |
설치 횟수 | 202 |
현재 버전 | 2.2.0 |
최근 업데이트 | 2021-12-30 |
출시 날짜 | 2021-12-20 |
개발자 | songjp |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/yes1am/Outline |
지원되는 언어 | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Outline", "version": "2.2.0", "description": "Generate outline for website", "homepage_url": "https:\/\/github.com\/yes1am\/Outline", "author": "[email protected]", "icons": { "16": ".\/img\/icon.png", "48": ".\/img\/icon.png", "128": ".\/img\/icon.png" }, "browser_action": { "default_icon": ".\/img\/icon.png", "default_title": "Outline", "default_popup": ".\/popup.html" }, "content_scripts": [ { "matches": [ " |