Font Size
Font Size & Zoom
Vad är Font Size?
Font Size är en Chrome-tillägg utvecklad av Kunihiro Ando, och dess huvudfunktion är "Font Size & Zoom".
Tilläggsskärmbilder
Ladda ner Font Size-förlängningens CRX-fil
Ladda ner Font Size-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
Grundläggande Information om Tillägg
Namn | Font Size |
ID | hljghmclpohmbfjphfcjbhbacbdfglpl |
Officiell webbadress | https://chromewebstore.google.com/detail/font-size/hljghmclpohmbfjphfcjbhbacbdfglpl |
Beskrivning | Font Size & Zoom |
Filstorlek | 19.07 KB |
Antal Installationer | 484 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2015-07-20 |
Publiceringsdatum | 2015-07-20 |
Betyg | 3.91/5 Totalt 11 Betyg |
Utvecklare | Kunihiro Ando |
Betalningssätt | free |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Font Size", "description": "Font Size & Zoom", "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "browser_action": { "default_icon": "img\/icon19.png", "default_title": "Font Size", "default_popup": "search.html" }, "icons": { "16": "img\/icon16.png", "32": "img\/icon32.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "permissions": [ "tabs", "unlimitedStorage", "fontSettings" ], "version": "1.0" } |