LoremIpsumReplacer
This extension replace all text of webpage Lorem ipsum mock text.
LoremIpsumReplacer là gì?
LoremIpsumReplacer là một tiện ích mở rộng Chrome được phát triển bởi https://www.yellen.eu, và tính năng chính của nó là "This extension replace all text of webpage Lorem ipsum mock text.".
Ả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 LoremIpsumReplacer
Tải xuống các tệp mở rộng LoremIpsumReplacer 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
This extension replace all text of webpage Lorem ipsum mock text. You can use it inside webpage analysis, or part od SEO analysis. You can easily see if the graphics of the web is relevant. Sometimes the webdesign is not relevant and when you replace keywords by lorem ipsum text, you can suddenly see that the graphics does not make sence.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | LoremIpsumReplacer |
ID | cejenldplolaekiechpfbhaancmibimm |
URL Chính Thức | https://chromewebstore.google.com/detail/loremipsumreplacer/cejenldplolaekiechpfbhaancmibimm |
Mô tả | This extension replace all text of webpage Lorem ipsum mock text. |
Kích Thước Tệp | 5.76 KB |
Số Lần Cài Đặt | 204 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2014-11-01 |
Ngày Phát Hành | 2014-11-01 |
Đánh Giá | 5.00/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | https://www.yellen.eu |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.lorem-ipsum-replacer.cz/ |
URL Trang Trợ Giúp | https://www.youtube.com/watch?v=RxlKRUJ-fGA |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "LoremIpsumReplacer", "description": "This extension replace all text of webpage Lorem ipsum mock text.", "version": "1.1", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "icon.png" } } |