Font Properties
Detects font properties and styles
Vad är Font Properties?
Font Properties är en Chrome-tillägg utvecklad av Anish Nair, och dess huvudfunktion är "Detects font properties and styles".
Tilläggsskärmbilder
Ladda ner Font Properties-förlängningens CRX-fil
Ladda ner Font Properties-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
On any page, click on the font properties icon. A pop-up will own up. Hover on any text on the webpage, and you will get all the font-related information of that text. Is of great help to identify font-family, font-sizes, font-weight, font-color and other font-styles applied to the text/element. To stop showing the font-properties, click on close('x' icon).
Grundläggande Information om Tillägg
Namn | Font Properties |
ID | kfeflklmnjeegejbjgcohehakjkaeamg |
Officiell webbadress | https://chromewebstore.google.com/detail/font-properties/kfeflklmnjeegejbjgcohehakjkaeamg |
Beskrivning | Detects font properties and styles |
Filstorlek | 144 KB |
Antal Installationer | 212 |
Aktuell Version | v1.2.1 |
Senast Uppdaterad | 2022-05-20 |
Publiceringsdatum | 2020-01-19 |
Utvecklare | Anish Nair |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://www.anishnair.in/privacy-policy/privacy-policy-for-chrome-extensions |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Font Properties", "short_name": "Font Properties", "version": "1.2.1", "version_name": "v1.2.1", "description": "Detects font properties and styles", "icons": { "16": "assets\/icons\/font-properties-logo-16.png", "48": "assets\/icons\/font-properties-logo-48.png", "128": "assets\/icons\/font-properties-logo-128.png" }, "permissions": [ "scripting", "activeTab" ], "background": { "service_worker": "js\/background.min.js" }, "manifest_version": 3, "action": { "default_icon": { "19": "assets\/icons\/font-properties-logo-19.png", "38": "assets\/icons\/font-properties-logo-38.png" } }, "web_accessible_resources": [ { "resources": [ "assets\/icons\/font-properties-logo-38.png" ], "matches": [ "*:\/\/*\/*" ] } ] } |