Facebook Small Font
Make the font of status on facebook small. Just like the good old days.
Vad är Facebook Small Font?
Facebook Small Font är en Chrome-tillägg utvecklad av yuji, och dess huvudfunktion är "Make the font of status on facebook small. Just like the good old days.".
Ladda ner Facebook Small Font-förlängningens CRX-fil
Ladda ner Facebook Small Font-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        v1.3 版
除了讓字變小,現在還會把動態的行高弄大一些些、段落間距調到一個正常人眼睛不會受傷的地步。簡單來說就是幫 facebook 把閱讀這件事弄舒服點。
v1.2 版
讓 facebook 的字變小。
或是你可以唸咒:
〈字要變小咒〉
如是我聞一時佛在臉書微發數言但見字大如牛無益觀瞻佛告臉書曰字之奪目在情不在形汝不變小俺要翻臉了喔臉書聞言仍自大哉爾時世尊歎息而告諸比丘曰人若寡言將被放大不如多言時諸比丘聞佛所說歡喜奉行而字變小
(來源:唐損 https://www.facebook.com/juan.tang1/posts/1502723646409483)                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | acdfollokmibikpdlefnnpgbncflfdga | 
| Officiell webbadress | https://chromewebstore.google.com/detail/facebook-small-font/acdfollokmibikpdlefnnpgbncflfdga | 
| Beskrivning | Make the font of status on facebook small. Just like the good old days. | 
| Filstorlek | 9.09 KB | 
| Antal Installationer | 11 | 
| Aktuell Version | 1.3 | 
| Senast Uppdaterad | 2018-05-15 | 
| Publiceringsdatum | 2018-05-15 | 
| Utvecklare | yuji | 
| E-post | [email protected] | 
| Betalningssätt | free | 
| Stödda Språk | 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"
    }
}  |  |