Facebook Small Font
Make the font of status on facebook small. Just like the good old days.
Hvad er Facebook Small Font?
Facebook Small Font er en Chrome-udvidelse udviklet af yuji, og dens hovedfunktion er "Make the font of status on facebook small. Just like the good old days.".
Download Facebook Small Font-udvidelses-CRX-fil
Download Facebook Small Font-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
                        v1.3 版
除了讓字變小,現在還會把動態的行高弄大一些些、段落間距調到一個正常人眼睛不會受傷的地步。簡單來說就是幫 facebook 把閱讀這件事弄舒服點。
v1.2 版
讓 facebook 的字變小。
或是你可以唸咒:
〈字要變小咒〉
如是我聞一時佛在臉書微發數言但見字大如牛無益觀瞻佛告臉書曰字之奪目在情不在形汝不變小俺要翻臉了喔臉書聞言仍自大哉爾時世尊歎息而告諸比丘曰人若寡言將被放大不如多言時諸比丘聞佛所說歡喜奉行而字變小
(來源:唐損 https://www.facebook.com/juan.tang1/posts/1502723646409483)                     Grundlæggende oplysninger om udvidelsen
| Navn |   |  
| ID | acdfollokmibikpdlefnnpgbncflfdga | 
| Officiel URL | https://chromewebstore.google.com/detail/facebook-small-font/acdfollokmibikpdlefnnpgbncflfdga | 
| Beskrivelse | Make the font of status on facebook small. Just like the good old days. | 
| Filstørrelse | 9.09 KB | 
| Antal Installationer | 11 | 
| Nuværende Version | 1.3 | 
| Senest Opdateret | 2018-05-15 | 
| Udgivelsesdato | 2018-05-15 | 
| Udvikler | yuji | 
| [email protected] | |
| Betalingsmetode | free | 
| Understøttede Sprog | 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"
    }
}  |  |