Lorem Ipsum Generator
Does your lorem ipsum text long for something a little meatier? Give our generator a try... it's tasty!
Что такое Lorem Ipsum Generator?
Lorem Ipsum Generator - это расширение Chrome, разработанное http://lorem.vn, и его основная функция - "Does your lorem ipsum text long for something a little meatier? Give our generator a try... it's tasty!".
Снимки экрана расширения
Скачать файл CRX расширения Lorem Ipsum Generator
Скачайте файлы расширений Lorem Ipsum Generator в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Lorem Ipsum chỉ đơn giản là một đoạn văn bản giả, được dùng vào việc trình bày và dàn trang phục vụ cho thiết kế in ấn. Lorem.vn là công cụ hỗ trợ bạn tạo ra các đoạn văn bản Lorem Ipsum miễn phí.
Основная информация о расширении
Название | |
ID | ldmidjjahfhgmbmlbfhibacacpfnbplg |
Официальный URL | https://chrome.google.com/webstore/detail/lorem-ipsum-generator/ldmidjjahfhgmbmlbfhibacacpfnbplg |
Описание | Does your lorem ipsum text long for something a little meatier? Give our generator a try... it's tasty! |
Размер файла | 128 KB |
Количество установок | 15 |
Текущая Версия | 0.1.1 |
Последнее Обновление | 2015-11-01 |
Дата публикации | 2015-11-01 |
Разработчик | http://lorem.vn |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "src\/bg\/background.js" ] }, "browser_action": { "default_icon": "icons\/icon19.png", "default_popup": "src\/browser_action\/browser_action.html", "default_title": "browser action demo" }, "content_security_policy": "script-src 'self' https:\/\/lorem.vn; object-src 'self'", "description": "Does your lorem ipsum text long for something a little meatier? Give our generator a try... it's tasty!", "homepage_url": "http:\/\/lorem.vn\/", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "manifest_version": 2, "name": "Lorem Ipsum Generator", "permissions": [ "clipboardRead", "clipboardWrite", "contextMenus", "https:\/\/lorem.vn\/api\/*", "http:\/\/fonts.googleapis.com\/*", "https:\/\/fonts.googleapis.com\/*", "https:\/\/fonts.gstatic.com\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.1" } |