LoremIpsumReplacer
This extension replace all text of webpage Lorem ipsum mock text.
什么是LoremIpsumReplacer?
LoremIpsumReplacer是由https://www.yellen.eu开发的Chrome扩展程序,该扩展的主要功能是“This extension replace all text of webpage Lorem ipsum mock text.”。
扩展截图
下载LoremIpsumReplacer扩展crx文件
下载LoremIpsumReplacer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | LoremIpsumReplacer |
ID | cejenldplolaekiechpfbhaancmibimm |
官方URL | https://chromewebstore.google.com/detail/loremipsumreplacer/cejenldplolaekiechpfbhaancmibimm |
简介 | This extension replace all text of webpage Lorem ipsum mock text. |
文件大小 | 5.76 KB |
安装次数 | 204 |
当前版本 | 1.1 |
更新时间 | 2014-11-01 |
上架时间 | 2014-11-01 |
评分 | 5.00/5 共7次评分 |
开发者 | https://www.yellen.eu |
付费类型 | free |
扩展官网 | http://www.lorem-ipsum-replacer.cz/ |
帮助页面URL | https://www.youtube.com/watch?v=RxlKRUJ-fGA |
支持的语言 | 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" } } |