WME PL-EASE
Always reload WME to permalink. Jump to permalink when pasted in address bar.
WME PL-EASE क्या है?
WME PL-EASE MapOMatic द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Always reload WME to permalink. Jump to permalink when pasted in address bar."।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में WME PL-EASE एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
WME Permalink - Extractor and Some Enhancements (WME PL-EASE) Whenever WME refreshes, the URL will be replaced with the current permalink, to keep your place. You can also paste a permalink in the address bar of any existing WME page and it will execute the permalink (move and select) without reloading the page.
एक्सटेंशन की मूल जानकारी
नाम | WME PL-EASE |
ID | bbadinncplajnmgifakliehpecamoobn |
आधिकारिक URL | https://chromewebstore.google.com/detail/wme-pl-ease/bbadinncplajnmgifakliehpecamoobn |
विवरण | Always reload WME to permalink. Jump to permalink when pasted in address bar. |
फ़ाइल का आकार | 35.97 KB |
स्थापना संख्या | 26 |
वर्तमान संस्करण | 1.1.0 |
अंतिम अपडेट | 2017-11-07 |
प्रकाशन तिथि | 2017-11-06 |
डेवलपर | MapOMatic |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WME PL-EASE", "description": "Always reload WME to permalink. Jump to permalink when pasted in address bar.", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.waze.com\/*editor*" ], "exclude_matches": [ "*:\/\/*.waze.com\/user*" ], "js": [ "jquery.min.js", "content.js" ], "run_at": "document_end" } ], "version": "1.1.0", "permissions": [ "webRequest", " |