Word Extender
Extension that replaces strings and/or words with longer ones. This can be handy when developing for responsive design
Word Extender là gì?
Word Extender là một tiện ích mở rộng Chrome được phát triển bởi Erik Häyry, và tính năng chính của nó là "Extension that replaces strings and/or words with longer ones. This can be handy when developing for responsive design".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Word Extender
Tải xuống các tệp mở rộng Word Extender dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Word Extender |
ID | acbnhhgmoaadadkeappeicndifpbjjel |
URL Chính Thức | https://chromewebstore.google.com/detail/word-extender/acbnhhgmoaadadkeappeicndifpbjjel |
Mô tả | Extension that replaces strings and/or words with longer ones. This can be handy when developing for responsive design |
Kích Thước Tệp | 18.17 KB |
Số Lần Cài Đặt | 71 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2013-08-08 |
Ngày Phát Hành | 2013-08-08 |
Nhà Phát Triển | Erik Häyry |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |