Getter
Automatically find fonts, colors and more on any page!
Was ist Getter?
Getter ist eine Chrome-Erweiterung, die von abdevelops entwickelt wurde, und ihr Hauptmerkmal ist "Automatically find fonts, colors and more on any page!".
Erweiterungsscreenshots
Getter-Erweiterungs-CRX-Datei herunterladen
Laden Sie Getter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Ever wanted to know what fonts, colors or other css is being used on a page? Wonder no more, with this extension you can now see fonts, colors, and background colors on the page. More CSS attributes coming soon!
Grundlegende Informationen zur Erweiterung
Name | Getter |
ID | nkgabfmcijbajgobbeloaobhbhpacnim |
Offizielle URL | https://chromewebstore.google.com/detail/getter/nkgabfmcijbajgobbeloaobhbhpacnim |
Beschreibung | Automatically find fonts, colors and more on any page! |
Dateigröße | 10.33 MB |
Installationsanzahl | 91 |
Aktuelle Version | 1.1.0 |
Letztes Update | 2021-01-11 |
Veröffentlichungsdatum | 2021-01-09 |
Bewertung | 5.00/5 Insgesamt 4 Bewertungen |
Entwickler | abdevelops |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Getter", "version": "1.1.0", "description": "Automatically find fonts, colors and more on any page!", "permissions": [ "tabs", "activeTab", "declarativeContent", "webNavigation", "storage", "downloads", "notifications" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "options_page": ".\/options\/options.html", "page_action": { "default_title": "Getter", "default_popup": ".\/popup\/popup.html", "default_icon": { "16": "images\/CSS-Getter-Icon-16px.png", "32": "images\/CSS-Getter-Icon-32px.png", "48": "images\/CSS-Getter-Icon-48px.png", "128": "images\/CSS-Getter-Icon-128px.png" } }, "icons": { "16": "images\/CSS-Getter-Icon-16px.png", "32": "images\/CSS-Getter-Icon-32px.png", "48": "images\/CSS-Getter-Icon-48px.png", "128": "images\/CSS-Getter-Icon-128px.png" }, "manifest_version": 2 } |