Word Extender
Extension that replaces strings and/or words with longer ones. This can be handy when developing for responsive design
Word Extender क्या है?
Word Extender Erik Häyry द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension that replaces strings and/or words with longer ones. This can be handy when developing for responsive design"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Word Extender एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
When you quickly want to check how your links, buttons, menus etc looks with longer words or sentences. The extension can also be handy when you want to test your website for multiple languages or developing for responsive design. The extensions finds words or sentences on your page and convert them to longer ones.
एक्सटेंशन की मूल जानकारी
नाम | Word Extender |
ID | acbnhhgmoaadadkeappeicndifpbjjel |
आधिकारिक URL | https://chromewebstore.google.com/detail/word-extender/acbnhhgmoaadadkeappeicndifpbjjel |
विवरण | Extension that replaces strings and/or words with longer ones. This can be handy when developing for responsive design |
फ़ाइल का आकार | 18.17 KB |
स्थापना संख्या | 71 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2013-08-08 |
प्रकाशन तिथि | 2013-08-08 |
डेवलपर | Erik Häyry |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Word Extender", "description": "Extension that replaces strings and\/or words with longer ones. This can be handy when developing for responsive design", "version": "1.1", "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "permissions": [ "http:\/\/*\/*", "activeTab" ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "name": "Extend words", "default_icon": "icons\/icon16.png", "default_title": "Word Extender", "default_popup": "popup.html" }, "manifest_version": 2, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "css\/page.css" ] } ] } |