Getter
Automatically find fonts, colors and more on any page!
Co je Getter?
Getter je rozšíření Chrome vyvinuté abdevelops, a jeho hlavní funkcí je „Automatically find fonts, colors and more on any page!“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Getter
Stáhněte si soubory rozšíření Getter ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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!
Základní Informace o Rozšíření
Název | Getter |
ID | nkgabfmcijbajgobbeloaobhbhpacnim |
Oficiální URL | https://chromewebstore.google.com/detail/getter/nkgabfmcijbajgobbeloaobhbhpacnim |
Popis | Automatically find fonts, colors and more on any page! |
Velikost souboru | 10.33 MB |
Počet instalací | 91 |
Aktuální Verze | 1.1.0 |
Poslední Aktualizace | 2021-01-11 |
Datum Vydání | 2021-01-09 |
Hodnocení | 5.00/5 Celkem 4 Hodnocení |
Vývojář | abdevelops |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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 } |