Placeholdifier
Turn any website into a live wireframe
什麼是Placeholdifier?
Placeholdifier是由Rodrigo Pombo開發的Chrome擴展程式,該擴展的主要功能是“Turn any website into a live wireframe”。
擴展截圖
下載Placeholdifier擴展crx文件
下載Placeholdifier擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Placeholdifier converts HTML into placeholders leaving the website interactivity intact. Useful for demos, streaming, hide personal information, visual regression, and more. Source code: https://github.com/pomber/placeholdifier
擴展基本資訊
名稱 | Placeholdifier |
ID | iinkgkmmblamljaklibgclblomobdbha |
官方網址 | https://chromewebstore.google.com/detail/placeholdifier/iinkgkmmblamljaklibgclblomobdbha |
簡介 | Turn any website into a live wireframe |
檔案大小 | 17.41 KB |
安裝次數 | 2,118 |
目前版本 | 0.2.2 |
更新時間 | 2021-03-28 |
上架時間 | 2020-07-04 |
評分 | 4.75/5 共 4 次評分 |
開發者 | Rodrigo Pombo |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/pomber/placeholdifier |
說明頁面URL | https://github.com/pomber/placeholdifier/issues/ |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Placeholdifier", "version": "0.2.2", "description": "Turn any website into a live wireframe", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "http:\/\/*\/", "https:\/\/*\/" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": [], "web_accessible_resources": [ "lib\/placeholdifier.css", "lib\/*" ], "manifest_version": 2 } |