Getter
Automatically find fonts, colors and more on any page!
Qu'est-ce que Getter ?
Getter est une extension Chrome développée par abdevelops, et sa fonction principale est "Automatically find fonts, colors and more on any page!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Getter
Téléchargez les fichiers d'extension Getter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | Getter |
ID | nkgabfmcijbajgobbeloaobhbhpacnim |
URL Officiel | https://chromewebstore.google.com/detail/getter/nkgabfmcijbajgobbeloaobhbhpacnim |
Description | Automatically find fonts, colors and more on any page! |
Taille du Fichier | 10.33 MB |
Nombre d'Installations | 91 |
Version Actuelle | 1.1.0 |
Dernière Mise à Jour | 2021-01-11 |
Date de Publication | 2021-01-09 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | abdevelops |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } |