loremizer
lorem ipsum-izes any web page
什麼是loremizer?
loremizer是由Kushagra Gour開發的Chrome擴展程式,該擴展的主要功能是“lorem ipsum-izes any web page”。
擴展截圖
下載loremizer擴展crx文件
下載loremizer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Ever wanted to take screenshot of a website but could not because it had some sensitive data. Worry no more! Loremizer to your rescue. Simply click and loremizer-ize any website. Features: - Randomize text and numbers - Control text lengths - Convert text to scribble - Replace images - Fill forms Changelog: https://github.com/chinchang/loremizer/releases Disclaimer: This extension stores no data at all from any website.
擴展基本資訊
名稱 | loremizer |
ID | gahigmhdmjaopidlamnbdkipojfmolkf |
官方網址 | https://chromewebstore.google.com/detail/loremizer/gahigmhdmjaopidlamnbdkipojfmolkf |
簡介 | lorem ipsum-izes any web page |
檔案大小 | 28.61 KB |
安裝次數 | 305 |
目前版本 | 1.3 |
更新時間 | 2021-10-19 |
上架時間 | 2019-02-21 |
評分 | 4.40/5 共 5 次評分 |
開發者 | Kushagra Gour |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://kushagra.dev/lab/loremizer/ |
說明頁面URL | https://github.com/chinchang/loremizer/issues |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "lorem ipsum-izes any web page", "manifest_version": 2, "name": "loremizer", "version": "1.3", "browser_action": { "default_icon": "icons\/off.png", "default_popup": "popup.html", "browser_style": true }, "icons": { "16": "icons\/off.png", "48": "icons\/off.png" }, "web_accessible_resources": [ "fonts\/*" ], "permissions": [ "activeTab", " |