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是由http://lorem.vn開發的Chrome擴展程式,該擴展的主要功能是“Does your lorem ipsum text long for something a little meatier? Give our generator a try... it's tasty!”。
擴展截圖
下載Lorem Ipsum Generator擴展crx文件
下載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 |
官方網址 | 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" } |