Getter
Automatically find fonts, colors and more on any page!
Getter क्या है?
Getter abdevelops द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically find fonts, colors and more on any page!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Getter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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!
एक्सटेंशन की मूल जानकारी
नाम | Getter |
ID | nkgabfmcijbajgobbeloaobhbhpacnim |
आधिकारिक URL | https://chromewebstore.google.com/detail/getter/nkgabfmcijbajgobbeloaobhbhpacnim |
विवरण | Automatically find fonts, colors and more on any page! |
फ़ाइल का आकार | 10.33 MB |
स्थापना संख्या | 91 |
वर्तमान संस्करण | 1.1.0 |
अंतिम अपडेट | 2021-01-11 |
प्रकाशन तिथि | 2021-01-09 |
रेटिंग | 5.00/5 कुल 4 रेटिंग्स |
डेवलपर | abdevelops |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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 } |