Font Style

Font Style is a new tool for viewing your font collection from your Google Chrome.

Vad är Font Style?

Font Style är en Chrome-tillägg utvecklad av https://www.keymetic.com, och dess huvudfunktion är "Font Style is a new tool for viewing your font collection from your Google Chrome.".

Tilläggsskärmbilder

screenshot

Ladda ner Font Style-förlängningens CRX-fil

Ladda ner Font Style-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

                        Font Style is a new tool for viewing your font collection from your web browser.
The font viewer allows you to easily review and catalog all of your installed fonts. Just install the extension and you can use chrome to test all your fonts.                    

Grundläggande Information om Tillägg

Namn Font Style Font Style
ID ajcdhdekjnodelbjdobjeodhemkkconf
Officiell webbadress https://chromewebstore.google.com/detail/font-style/ajcdhdekjnodelbjdobjeodhemkkconf
Beskrivning Font Style is a new tool for viewing your font collection from your Google Chrome.
Filstorlek 14.53 KB
Antal Installationer 721
Aktuell Version 1.0
Senast Uppdaterad 2013-07-13
Publiceringsdatum 2013-07-13
Betyg 4.00/5 Totalt 9 Betyg
Utvecklare https://www.keymetic.com
Betalningssätt free
Stödda Språk en
manifest.json
{
    "name": "Font Style",
    "description": "Font Style is a new tool for viewing your font collection from your Google Chrome.",
    "browser_action": {
        "default_icon": "icon48.png",
        "default_title": "Font Style",
        "default_popup": "fontstyle.html"
    },
    "manifest_version": 2,
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'",
    "version": "1.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "fontSettings"
    ]
}