EMSCharts Filler
Autofills EMSCharts with defaults.
EMSCharts Filler क्या है?
EMSCharts Filler cmattoon द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Autofills EMSCharts with defaults."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में EMSCharts Filler एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Visit http://cmattoon.github.io/chartfiller/ for more information. To report an issue, visit https://github.com/chartfiller/chartfiller/issues This is NOT supported by emscharts.com.
एक्सटेंशन की मूल जानकारी
नाम | EMSCharts Filler |
ID | nbhcjidkipddkpjehegpgjiijedokgnf |
आधिकारिक URL | https://chromewebstore.google.com/detail/emscharts-filler/nbhcjidkipddkpjehegpgjiijedokgnf |
विवरण | Autofills EMSCharts with defaults. |
फ़ाइल का आकार | 95.19 KB |
स्थापना संख्या | 347 |
वर्तमान संस्करण | 0.1.4 |
अंतिम अपडेट | 2019-05-26 |
प्रकाशन तिथि | 2019-05-26 |
रेटिंग | 4.33/5 कुल 3 रेटिंग्स |
डेवलपर | cmattoon |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://cmattoon.github.io/chartfiller/ |
सहायता पृष्ठ URL | https://github.com/cmattoon/chartfiller/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "EMSCharts Filler", "short_name": "Chartfiller", "version": "0.1.4", "description": "Autofills EMSCharts with defaults.", "manifest_version": 2, "background": { "persistent": false, "scripts": [ "bg.js" ] }, "icons": { "16": "icon_16.png", "128": "icon_128.png" }, "options_page": "options.html", "permissions": [ "https:\/\/*.emscharts.com\/pr\/", "storage" ], "web_accessible_resources": [ "inject.js" ], "content_scripts": [ { "matches": [ "https:\/\/www.emscharts.com\/pr\/page2.cfm?*" ], "js": [ "jquery-1.8.3.min.js", "page2.js" ], "run_at": "document_start" }, { "matches": [ "https:\/\/www.emscharts.com\/pr\/page3.cfm?*" ], "js": [ "jquery-1.8.3.min.js", "page3.js" ], "run_at": "document_start" }, { "matches": [ "https:\/\/www.emscharts.com\/pr\/page4.cfm?*" ], "js": [ "jquery-1.8.3.min.js", "page4.js" ], "run_at": "document_start" }, { "matches": [ "https:\/\/www.emscharts.com\/pr\/page5.cfm?*" ], "js": [ "jquery-1.8.3.min.js", "page5.js" ], "run_at": "document_start" }, { "matches": [ "https:\/\/www.emscharts.com\/pr\/page8.cfm?*" ], "js": [ "jquery-1.8.3.min.js", "page8.js" ], "run_at": "document_start" } ], "browser_action": { "default_title": "EMSCharts Filler", "default_popup": "popup.html" } } |