Sanity
Extension to retheme, repair, and expand functions for Insanejournal, brought to you by your friendly neighborhood Tessisamess!
Sanity란 무엇입니까?
Sanity은(는) Sanity에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension to retheme, repair, and expand functions for Insanejournal, brought to you by your friendly neighborhood Tessisamess!"입니다.
확장 프로그램 스크린샷
Sanity 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
From an updated look, to repaired and completely new site features, Sanity's ultimate goal is to give users the things they need. It's 2018, and the internet is a very different place than it was ten—or even five!—years ago. The evolution of the internet means sites need to evolve with it or get left in the dust. Unfortunately (but understandably), a lot of the tools we love to use for our journaling sites have long since been abandoned, so I decided to create an extension with the hopes of breathing new life into Insanejournal, both in appearance and function. Whether you're a roleplayer, a personal blogger, or you post fanfiction or resources, Sanity's here to help make your experience better. Sanity doesn't focus on one type of site user so much as all of us! While the majority of us are here to roleplay and/or create related resources for the hobby, all the tools I've integrated into the Sanity extension are here to fit any need!
확장 프로그램 기본 정보
이름 | Sanity |
ID | jngegpjnningopcmphbohclpgcfocipi |
공식 URL | https://chromewebstore.google.com/detail/sanity/jngegpjnningopcmphbohclpgcfocipi |
설명 | Extension to retheme, repair, and expand functions for Insanejournal, brought to you by your friendly neighborhood Tessisamess! |
파일 크기 | 74.01 KB |
설치 횟수 | 611 |
현재 버전 | 0.0.8 |
최근 업데이트 | 2021-11-14 |
출시 날짜 | 2019-09-23 |
평점 | 5.00/5 총 9 개의 평점 |
개발자 | Sanity |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://sanity.insanejournal.com/ |
도움말 페이지 URL | http://sanity.insanejournal.com/2018/02/09/ |
개인정보 보호 정책 페이지 URL | http://sanity.insanejournal.com/2018/07/07 |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sanity", "version": "0.0.8", "offline_enabled": true, "description": "Extension to retheme, repair, and expand functions for Insanejournal, brought to you by your friendly neighborhood Tessisamess!", "author": "Tess Nelson aka Tessisamess", "icons": { "16": "icon16.png", "48": "icon48.png", "32": "icon32.png", "128": "icon128.png" }, "content_scripts": [ { "js": [ "js\/jquery.min.js", "js\/images.js", "js\/customize.js" ], "css": [ "style\/style.css", "style\/header.css", "style\/dropdown.css", "style\/sidebar.css", "style\/layoutcustom.css", "style\/portal.css" ], "matches": [ "https:\/\/*.insanejournal.com\/*", "http:\/\/*.insanejournal.com\/*" ] } ], "web_accessible_resources": [ "img\/*.png", "style\/*.css", "js\/*.js" ] } |