Fanfiction.net Story Parser
Improves the Fanfiction.net and Fictionpress.com Storylist by adding Filter Options. (+ Many more)
Fanfiction.net Story Parser란 무엇입니까?
Fanfiction.net Story Parser은(는) https://www.mrh-development.de에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Improves the Fanfiction.net and Fictionpress.com Storylist by adding Filter Options. (+ Many more)"입니다.
확장 프로그램 스크린샷
Fanfiction.net Story Parser 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A Userscript for www.fanfiction.net that allowes keyword based marking. ---- If you want to send me a Feedback, please do so on GitHub! --- Feature-List: - GUI - Customization (change colors, site width, hide story images, disable image hover effect) - Build filter to search for specific keywords. You can use those filter to: - Hide specific stories - Change Background / Hover / Info Text Color - Mark Chapters (Add a Tag to the name of the Story) - List Stories (Add a list of matching stories on the top of the story list) - Mention in Headline (Add a notification to the headline, how many elements of one filter has been found) - Search with filters within the story (You can define the max depth for search) - Add Config Options for specific Stories (set Marker or Hide Story) - Pocket Feature: Save an entire story to your Pocket (formally Read It Later) Account - Color Picker for easy Color selection - Switch pages with the cursor Keys - Allow text selection - Allows endless scrolling - Allows the sorting of Stories - Display only mode (Select a filter, only matching stories will be displayed) - Synchronization via Github
확장 프로그램 기본 정보
이름 | Fanfiction.net Story Parser |
ID | lmebpjghkkjocfmlhggapendhfagdnhe |
공식 URL | https://chromewebstore.google.com/detail/fanfictionnet-story-parse/lmebpjghkkjocfmlhggapendhfagdnhe |
설명 | Improves the Fanfiction.net and Fictionpress.com Storylist by adding Filter Options. (+ Many more) |
파일 크기 | 192 KB |
설치 횟수 | 780 |
현재 버전 | 5.4.10 |
최근 업데이트 | 2021-12-31 |
출시 날짜 | 2018-05-30 |
평점 | 4.14/5 총 21 개의 평점 |
개발자 | https://www.mrh-development.de |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/MRH4287/FFNetParser |
도움말 페이지 URL | http://filter.mrh-development.de |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fanfiction.net Story Parser", "description": "Improves the Fanfiction.net and Fictionpress.com Storylist by adding Filter Options. (+ Many more)", "version": "5.4.10", "manifest_version": 3, "author": "Manuel Holzhauser", "homepage_url": "http:\/\/www.mrh-development.de", "content_scripts": [ { "js": [ "ffnetlist.user.js" ], "css": [ "style.css" ], "matches": [ "*:\/\/*.fanfiction.net\/*", "*:\/\/*.fictionpress.com\/*" ] } ], "icons": { "128": "logoMain.png" }, "web_accessible_resources": [ { "resources": [ "jquery-1.10.2.min.map", "ffnetlist.js.map", "style.css", "FFNetParser\/*" ], "matches": [ "*:\/\/*.fanfiction.net\/*", "*:\/\/*.fictionpress.com\/*" ] } ], "permissions": [ "storage" ], "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCNP3t27YLSzjzlVeSssd1C9IRqzZ5y67YQaGe10U1p5\/CRgUDfwaEfFWqxGP24hxExlnpelQmIxcmTlKL6iw99Wr7ftPxUe6NGzw\/wiDMOBo8+259ZffLjBrr3tt5TnmVui+S90t8H+Lqe\/qwBT3ZArlk5gwo0ZVSQU6tP567B0QIDAQAB" } |