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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย becca.ooo และคุณลักษณะหลักของมันคือ "Removes every trace of Gibson from Tumblr."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Change Tumblr Font to Literally Anything Else
ดาวน์โหลดไฟล์ส่วนขยาย Change Tumblr Font to Literally Anything Else ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 } |