LoremIpsumReplacer
This extension replace all text of webpage Lorem ipsum mock text.
Что такое LoremIpsumReplacer?
LoremIpsumReplacer - это расширение Chrome, разработанное https://www.yellen.eu, и его основная функция - "This extension replace all text of webpage Lorem ipsum mock text.".
Снимки экрана расширения
Скачать файл CRX расширения LoremIpsumReplacer
Скачайте файлы расширений 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" } } |