Getter
Automatically find fonts, colors and more on any page!
Wat is Getter?
Getter is een Chrome-extensie ontwikkeld door abdevelops, en de belangrijkste functie is "Automatically find fonts, colors and more on any page!".
Extensie Screenshots
Download het CRX-bestand van de extensie Getter
Download Getter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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! Basisinformatie over de Extensie
| Naam | |
| ID | nkgabfmcijbajgobbeloaobhbhpacnim |
| Officiële URL | https://chromewebstore.google.com/detail/getter/nkgabfmcijbajgobbeloaobhbhpacnim |
| Beschrijving | Automatically find fonts, colors and more on any page! |
| Bestandsgrootte | 10.33 MB |
| Aantal Installaties | 91 |
| Huidige Versie | 1.1.0 |
| Laatst Bijgewerkt | 2021-01-11 |
| Publicatiedatum | 2021-01-09 |
| Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
| Ontwikkelaar | abdevelops |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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
} | |