Facebook Small Font
Make the font of status on facebook small. Just like the good old days.
Cos'è Facebook Small Font?
Facebook Small Font è un'estensione di Chrome sviluppata da yuji, e la sua funzione principale è "Make the font of status on facebook small. Just like the good old days.".
Scarica il file CRX dell'estensione Facebook Small Font
Scarica i file di estensione Facebook Small Font 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
                        v1.3 版
除了讓字變小,現在還會把動態的行高弄大一些些、段落間距調到一個正常人眼睛不會受傷的地步。簡單來說就是幫 facebook 把閱讀這件事弄舒服點。
v1.2 版
讓 facebook 的字變小。
或是你可以唸咒:
〈字要變小咒〉
如是我聞一時佛在臉書微發數言但見字大如牛無益觀瞻佛告臉書曰字之奪目在情不在形汝不變小俺要翻臉了喔臉書聞言仍自大哉爾時世尊歎息而告諸比丘曰人若寡言將被放大不如多言時諸比丘聞佛所說歡喜奉行而字變小
(來源:唐損 https://www.facebook.com/juan.tang1/posts/1502723646409483)                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | acdfollokmibikpdlefnnpgbncflfdga | 
| URL Ufficiale | https://chromewebstore.google.com/detail/facebook-small-font/acdfollokmibikpdlefnnpgbncflfdga | 
| Descrizione | Make the font of status on facebook small. Just like the good old days. | 
| Dimensione del File | 9.09 KB | 
| Conteggio Installazioni | 11 | 
| Versione Corrente | 1.3 | 
| Ultimo Aggiornamento | 2018-05-15 | 
| Data di Pubblicazione | 2018-05-15 | 
| Sviluppatore | yuji | 
| [email protected] | |
| Tipo di Pagamento | free | 
| Lingue Supportate | zh-TW | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Facebook Small Font",
    "short_name": "FB Small",
    "description": "Make the font of status on facebook small. Just like the good old days.",
    "version": "1.3",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/facebook.com\/*",
                "https:\/\/www.facebook.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png"
    }
}  |  |