Anchor Index
Quickly jump between anchors, no matter where you are in any page
Anchor Index란 무엇입니까?
Anchor Index은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quickly jump between anchors, no matter where you are in any page"입니다.
확장 프로그램 스크린샷
Anchor Index 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Tired of constantly scrolling up and down in big pages? No more! Away you pesky scroll button; Using Anchor Index you can quickly jump between anchors, no matter where you are in any page. When clicked, this item will find all the HTML head tags in your active tab, and create a list with relevant anchors. And, you may use this list, to quickly jump between the different sections of your favorite pages. Open source @ https://github.com/rdok/anchor-index
확장 프로그램 기본 정보
이름 | Anchor Index |
ID | mdbmnjiiiclnakihghclejaalikdepgl |
공식 URL | https://chromewebstore.google.com/detail/anchor-index/mdbmnjiiiclnakihghclejaalikdepgl |
설명 | Quickly jump between anchors, no matter where you are in any page |
파일 크기 | 126 KB |
설치 횟수 | 31 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2017-10-01 |
출시 날짜 | 2017-10-01 |
개발자 | Unknown |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Anchor Index", "version": "1.0.0", "description": "Quickly jump between anchors, no matter where you are in any page", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_title": "Anchor Index", "default_icon": { "19": "img\/icon48.png", "38": "img\/icon48.png" }, "default_popup": "popup.html" }, "permissions": [ "activeTab" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "web_accessible_resources": [ "img\/icon128.png" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "offline_enabled": true, "content_scripts": [ { "matches": [ " |