Change Tumblr Font to Literally Anything Else
Removes every trace of Gibson from Tumblr.
Change Tumblr Font to Literally Anything Else란 무엇입니까?
Change Tumblr Font to Literally Anything Else은(는) becca.ooo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Removes every trace of Gibson from Tumblr."입니다.
확장 프로그램 스크린샷
Change Tumblr Font to Literally Anything Else 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Update (6/11/2015): This extension has been simply to hard to maintain/integrate with tumblr’s constant code-changes. It was never perfect and would be quite strenuous to code well. A tumblr update broke most of its features completely today, and as such, it is discontinued. Today I am shipping a version that does absolutely nothing. You can disable it or leave it dormant. If, one day, I decide to rework and recode this extension, it may become active again. It’s been fun, but consider this my surrender. You win, Gibson. You win. — NO GIBSON. — Body copy in Apercu by Colophon — Titles in Domaine Display Bold Italic by Klim type — Headlines in Domaine Sans Text Black — Pure black text as opposed to the default grey — Slightly larger text for improved legibility — Re-styled lists with dashes as markers, excluding numbered lists It's only 500kb (about the quarter of the size of a dashboard gif), and pure css—meaning it's very fast and doesn’t lag like certain other tumblr extensions.
확장 프로그램 기본 정보
이름 | |
ID | komgahngfkdidneejognmgookmbjamao |
공식 URL | https://chrome.google.com/webstore/detail/change-tumblr-font-to-lit/komgahngfkdidneejognmgookmbjamao |
설명 | Removes every trace of Gibson from Tumblr. |
파일 크기 | 513 KB |
설치 횟수 | 63 |
현재 버전 | 1.4.6 |
최근 업데이트 | 2015-06-11 |
출시 날짜 | 2015-06-11 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | becca.ooo |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Change Tumblr Font to Literally Anything Else", "short_name": "tumblr font", "version": "1.4.6", "author": "9999yea.rs", "description": "Removes every trace of Gibson from Tumblr.", "icons": { "16": "icon_16.png", "32": "icon_32.png", "48": "icon_48.png", "128": "icon_128.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.tumblr.com\/*", "*:\/\/tumblr.com\/*" ], "css": [ "blank.css" ] } ], "web_accessible_resources": [ "apercu\/*", "domaine\/*" ], "offline_enabled": true } |