Wide Worksplace
Modifies the Workplace so that it can be widely viewed.
Wide Worksplace क्या है?
Wide Worksplace STI Gluegent SL Taro KATO द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Modifies the Workplace so that it can be widely viewed."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Wide Worksplace एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
RELEASE NOTES 2.3 If the number of characters in one line is long, the movement of the line of sight becomes far and difficult to read. When a long sentence is expanded by "... More", it is automatically displayed in columns. 2.2 Fixed not to enlarge OGP image included in shared link. 2.1 Updated configuration and followed new design because workplace domain have changed to *.workplace.com from *.facebook.com. 2.0 Tuned specifically for the new Workplace design. The old design Workplace is no longer supported. 0.4 The image file was broken and it was impossible to install because lineEnding was unix during packaging. Remove lineEnding and publish again. 0.3 Fixed a bug that does not run if the initial page is / profiles or / notifications. 0.2 Published first.
एक्सटेंशन की मूल जानकारी
नाम | Wide Worksplace |
ID | mhdgihccijnfaiojlhfjagcmcilmbgnd |
आधिकारिक URL | https://chromewebstore.google.com/detail/wide-worksplace/mhdgihccijnfaiojlhfjagcmcilmbgnd |
विवरण | Modifies the Workplace so that it can be widely viewed. |
फ़ाइल का आकार | 62.17 KB |
स्थापना संख्या | 65 |
वर्तमान संस्करण | 2.3 |
अंतिम अपडेट | 2019-11-08 |
प्रकाशन तिथि | 2019-11-07 |
डेवलपर | STI Gluegent SL Taro KATO |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://www.gluegent.com/privacy |
समर्थित भाषाएँ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "description": "__MSG_extDescription__", "icons": { "128": "icons\/wide-workplace-128.png", "48": "icons\/wide-workplace-48.png" }, "default_locale": "en", "content_scripts": [ { "matches": [ "https:\/\/*.workplace.com\/*" ], "js": [ "lib\/js\/jquery-3.3.1.min.js", "js\/main.js" ], "css": [ "css\/main.css" ], "run_at": "document_idle" } ], "permissions": [ "https:\/\/*.workplace.com\/*" ], "web_accessible_resources": [], "version": "2.3", "manifest_version": 2 } |