Twitter Better
To optimize twitter timeline font
Cos'è Twitter Better?
Twitter Better è un'estensione di Chrome sviluppata da robot.z.jiang, e la sua funzione principale è "To optimize twitter timeline font".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Twitter Better
Scarica i file di estensione Twitter Better in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Let Twiiter better! To change twitter timeline font size and font family, to optimize text style, let timeline looks better. (Para cambiar timeline de twitter tamaño de la fuente y de la familia de la fuente, para optimizar el estilo de texto, dejar que la línea de tiempo se ve mejor.) 改变twitter主页 timeline 的字体大小和字体名,优先使用思源黑体(Source Han Sans),让 timeline 看上去更耐看,增大字体保护眼睛。:) 改變的Twitter主頁 timeline 的字體大小和字體名,優先使用思源黑體(Source Han Sans),讓時間線看上去更耐看,增大字體保護眼睛。:) 、テキストスタイルを最適化するタイムラインが良く見えるようにする、Twitterのタイムラインのフォントサイズやフォントファミリを変更します。 If you have any questions or suggestion, Please contact me by email: [email protected] or twitter: @outmanone
Informazioni di Base sull'Estensione
Nome | Twitter Better |
ID | gpcmkmkhfmefcppplmmgdecajmomgeib |
URL Ufficiale | https://chromewebstore.google.com/detail/twitter-better/gpcmkmkhfmefcppplmmgdecajmomgeib |
Descrizione | To optimize twitter timeline font |
Dimensione del File | 45.76 KB |
Conteggio Installazioni | 41 |
Versione Corrente | 0.0.6 |
Ultimo Aggiornamento | 2014-08-21 |
Data di Pubblicazione | 2014-08-21 |
Valutazione | 4.13/5 Totale 8 Valutazioni |
Sviluppatore | robot.z.jiang |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.6", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/twitter16.png", "128": "images\/twitter128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "css": [ "styles\/twitter_better.css" ], "js": [ "scripts\/zepto.min.js", "scripts\/twitter_better.js" ] } ], "permissions": [ "tabs", "https:\/\/twitter.com\/*" ], "page_action": { "default_icon": { "19": "images\/twitter19.png", "38": "images\/twitter38.png" }, "default_title": "Twitter Better" } } |