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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Removes every trace of Gibson from Tumblr."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Change Tumblr Font to Literally Anything Else एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 } |