Fix 4D Doc Titles
Use the command name in the 4D Doc page title so it shows up in tab
Fix 4D Doc Titles क्या है?
Fix 4D Doc Titles CloudKickerHQ द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है " Use the command name in the 4D Doc page title so it shows up in tab"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Fix 4D Doc Titles एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
एक्सटेंशन की मूल जानकारी
नाम | |
ID | haiikhmgjcocnhegcojegkjjcinlmlpl |
आधिकारिक URL | https://chrome.google.com/webstore/detail/fix-4d-doc-titles/haiikhmgjcocnhegcojegkjjcinlmlpl |
विवरण | Use the command name in the 4D Doc page title so it shows up in tab |
फ़ाइल का आकार | 3.47 KB |
स्थापना संख्या | 11 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2015-07-07 |
प्रकाशन तिथि | 2015-07-07 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | CloudKickerHQ |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_scripts": [ { "exclude_globs": [], "include_globs": [ "*" ], "js": [ "4dDocsUserScript.user.js" ], "matches": [ "http:\/\/doc.4d.com\/*" ], "run_at": "document_end" } ], "converted_from_user_script": true, "description": " Use the command name in the 4D Doc page title so it shows up in tab", "name": "Fix 4D Doc Titles", "version": "1.0.0" } |