Remove Helvetica Neue
Replaces Helvetica Neue font family from CSS font stack to use next fallback.
Vad är Remove Helvetica Neue?
Remove Helvetica Neue är en Chrome-tillägg utvecklad av afalchi82, och dess huvudfunktion är "Replaces Helvetica Neue font family from CSS font stack to use next fallback.".
Tilläggsskärmbilder
Ladda ner Remove Helvetica Neue-förlängningens CRX-fil
Ladda ner Remove Helvetica Neue-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
Unlike other extensions, this one doesn't automatically provide Arial as fallback, to respect designer's second choise of font family.
Grundläggande Information om Tillägg
Namn | Remove Helvetica Neue |
ID | aebieeaodhkabdnmhjbfmdohhhcoipof |
Officiell webbadress | https://chromewebstore.google.com/detail/remove-helvetica-neue/aebieeaodhkabdnmhjbfmdohhhcoipof |
Beskrivning | Replaces Helvetica Neue font family from CSS font stack to use next fallback. |
Filstorlek | 17.8 KB |
Antal Installationer | 1,044 |
Aktuell Version | 0.10 |
Senast Uppdaterad | 2015-10-17 |
Publiceringsdatum | 2015-10-17 |
Betyg | 4.28/5 Totalt 18 Betyg |
Utvecklare | afalchi82 |
Betalningssätt | free |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "https:\/\/www.twitter.com\/alefalchi", "browser_action": { "default_icon": "icon.png" }, "content_scripts": [ { "js": [ "js\/script.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "description": "Replaces Helvetica Neue font family from CSS font stack to use next fallback.", "icons": { "128": "icon.png", "16": "icon.png", "48": "icon.png" }, "manifest_version": 2, "name": "Remove Helvetica Neue", "version": "0.10" } |