THelper
This extension changes/adds to the default behaviors of Tumblr.com
THelper란 무엇입니까?
THelper은(는) http://www.thelper.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension changes/adds to the default behaviors of Tumblr.com"입니다.
확장 프로그램 스크린샷
THelper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
THelper is an extension to aid with your daily Tumblr blogging. Features for users so far: - Change Tumblr without changing its integrity! It will still look like Tumblr! - Awesome settings and plugins page Plugin features: - Tag your posts using tag groups - Decrease RAM usage from Tumblr - Blacklist posts, and the ability to completely hide them - Whitelist posts, adds a golden glow to the post - Change some buttons on Tumblr, remove share buttons. - Hide and show the top bar depending on the way you scroll. - A bunch of other features! Features for 'developers': - Easy going framework to manipulate Tumblr. - Plugin creation, and saving. - An events API. - Every plugin brings their own tweaks to Tumblr! *Note: This extension is in development, all plugins are experimental. THelper's performance not monitored, but no impact has been noticed.* **In the picture on the left, you can see the settings page, which uses the Tumblr settings 'feel' as well as the link to add or remove the plugins from THelper** Github: https://github.com/Zacky1/THelper Website: http://thelper.co
확장 프로그램 기본 정보
이름 | ![]() |
ID | khiekglhpdlcinaikkhjhogdfcciolch |
공식 URL | https://chrome.google.com/webstore/detail/thelper/khiekglhpdlcinaikkhjhogdfcciolch |
설명 | This extension changes/adds to the default behaviors of Tumblr.com |
파일 크기 | 31.88 KB |
설치 횟수 | 88 |
현재 버전 | 1.1.2 b |
최근 업데이트 | 2015-09-12 |
출시 날짜 | 2015-09-12 |
개발자 | http://www.thelper.co |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.thelper.co |
도움말 페이지 URL | http://www.thelper.co/tagged/faq |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "THelper", "description": "This extension changes\/adds to the default behaviors of Tumblr.com", "version": "1.1.2.1", "version_name": "1.1.2 b", "minimum_chrome_version": "26.0", "web_accessible_resources": [ "thelper.js", "plugins\/*" ], "permissions": [ "tabs", "http:\/\/*\/*", "http:\/\/*\/", "storage", "unlimitedStorage", "management" ], "content_scripts": [ { "run_at": "document_end", "exclude_matches": [ "*:\/\/www.tumblr.com\/upload\/*", "*:\/\/www.tumblr.com\/customize\/*" ], "matches": [ "*:\/\/www.tumblr.com\/*" ], "js": [ "overpass.js" ] } ] } |