AO3 Enhancement Suite
An extension that aims to improve upon the already great experience on AO3 by adding various additional features.
AO3 Enhancement Suite란 무엇입니까?
AO3 Enhancement Suite은(는) Dr. Off에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An extension that aims to improve upon the already great experience on AO3 by adding various additional features."입니다.
확장 프로그램 스크린샷
AO3 Enhancement Suite 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
New features currently include: - Autosaving Comments: Comments will autosave on a per-work basis as you type so you don't lose them if your browser crashes or you close the tab. - Floating Comment Box: A floating comment box that follows you as you scroll with customizable opacity. - Hidden Authors & Works: Hide works based on their author, fandoms, amount of fandoms (crossovers), archive warnings, relationships, characters and additional tags. - Insert Selected Button for the Comment Box: Insert your selected text with customizable formatting. - Search Presets: Save and reload search parameter presets to quickly find works that suit your tastes now and in the future. - Tag Collapse: Hide excessive tags on works with a customizable threshold. - Additional Work Stats: New "Average words per chapter" and "Estimated reading time" stats on works. All features can be enabled or disabled and some have further customization options!
확장 프로그램 기본 정보
이름 | AO3 Enhancement Suite |
ID | bhmneclegcomgehhnoielpcmgjbamblj |
공식 URL | https://chromewebstore.google.com/detail/ao3-enhancement-suite/bhmneclegcomgehhnoielpcmgjbamblj |
설명 | An extension that aims to improve upon the already great experience on AO3 by adding various additional features. |
파일 크기 | 147 KB |
설치 횟수 | 548 |
현재 버전 | 1.4.1 |
최근 업데이트 | 2021-06-07 |
출시 날짜 | 2021-04-12 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Dr. Off |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/dr-off/ao3-enhancement-suite |
도움말 페이지 URL | https://github.com/dr-off/ao3-enhancement-suite/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_name__", "version": "1.4.1", "description": "__MSG_description__", "author": "Dr. Off", "homepage_url": "https:\/\/github.com\/dr-off\/ao3-enhancement-suite", "default_locale": "en", "icons": { "48": "icons\/logo_48.png", "96": "icons\/logo_96.png" }, "background": { "scripts": [ "js\/polyfills\/browser-polyfill.min.js", "js\/classes\/Setting.js", "js\/background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.archiveofourown.org\/*" ], "css": [ "css\/global.css", "css\/floating-window.css", "css\/features\/comment-box.css" ], "js": [ "js\/polyfills\/browser-polyfill.min.js", "js\/classes\/ControlSet.js", "js\/classes\/DeleteButton.js", "js\/classes\/Feature.js", "js\/classes\/FloatingWindow.js", "js\/classes\/HelpButton.js", "js\/classes\/HideList.js", "js\/classes\/Modal.js", "js\/classes\/NavDropdown.js", "js\/classes\/Setting.js", "js\/classes\/UserDataManager.js", "js\/globals.js", "js\/settings.js", "js\/nav-dropdown\/about.js", "js\/nav-dropdown\/settings.js", "js\/nav-dropdown\/manage-hide-lists.js", "js\/nav-dropdown\/manage-saved-comments.js", "js\/nav-dropdown\/manage-extension-data.js", "js\/features\/comment-box.js", "js\/features\/hide-works.js", "js\/features\/preferences.js", "js\/features\/search-presets.js", "js\/features\/tag-collapse.js", "js\/features\/work-stats.js", "js\/execute-features.js" ] } ], "permissions": [ "downloads", "storage", "unlimitedStorage" ] } |