Wordpress Chrome Bug Fix
Correct issue with Wordpress Admin menu rendering in Chrome.
Wordpress Chrome Bug Fix क्या है?
Wordpress Chrome Bug Fix funkjedi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Correct issue with Wordpress Admin menu rendering in Chrome."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Wordpress Chrome Bug Fix एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
In Chrome 45 the Slimming Paint feature is enabled by default. This feature caused rendering issues with the Wordpress Admin menu. This extension works around the issue by injecting one line of CSS into the Wordpress admin pages that corrects the display issue. More information on the bug can be found in the related Wordpress and Chrome tickets. https://core.trac.wordpress.org/ticket/33199 https://code.google.com/p/chromium/issues/detail?id=509179
एक्सटेंशन की मूल जानकारी
नाम | |
ID | kfagnlhfdmaiflgmmppoceboadljmeoe |
आधिकारिक URL | https://chrome.google.com/webstore/detail/wordpress-chrome-bug-fix/kfagnlhfdmaiflgmmppoceboadljmeoe |
विवरण | Correct issue with Wordpress Admin menu rendering in Chrome. |
फ़ाइल का आकार | 22.01 KB |
स्थापना संख्या | 284 |
वर्तमान संस्करण | 0.0.1 |
अंतिम अपडेट | 2015-09-09 |
प्रकाशन तिथि | 2015-09-09 |
रेटिंग | 5.00/5 कुल 4 रेटिंग्स |
डेवलपर | funkjedi |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/funkjedi/wp-chrome-bug-fix |
सहायता पृष्ठ URL | https://github.com/funkjedi/wp-chrome-bug-fix/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Wordpress Chrome Bug Fix", "version": "0.0.1", "description": "Correct issue with Wordpress Admin menu rendering in Chrome.", "content_scripts": [ { "matches": [ "http:\/\/*\/wp-admin\/*", "https:\/\/*\/wp-admin\/*", "http:\/\/*\/*\/wp-admin\/*", "https:\/\/*\/*\/wp-admin\/*" ], "js": [ "fix.js" ] } ], "permissions": [ "tabs", "http:\/\/*\/wp-admin\/*", "https:\/\/*\/wp-admin\/*", "http:\/\/*\/*\/wp-admin\/*", "https:\/\/*\/*\/wp-admin\/*" ], "icons": { "48": "icons\/48x48.png", "128": "icons\/128x128.png" }, "manifest_version": 2 } |