Placeholdifier
Turn any website into a live wireframe
Vad är Placeholdifier?
Placeholdifier är en Chrome-tillägg utvecklad av Rodrigo Pombo, och dess huvudfunktion är "Turn any website into a live wireframe".
Tilläggsskärmbilder
Ladda ner Placeholdifier-förlängningens CRX-fil
Ladda ner Placeholdifier-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | iinkgkmmblamljaklibgclblomobdbha |
| Officiell webbadress | https://chromewebstore.google.com/detail/placeholdifier/iinkgkmmblamljaklibgclblomobdbha |
| Beskrivning | Turn any website into a live wireframe |
| Filstorlek | 17.41 KB |
| Antal Installationer | 2,118 |
| Aktuell Version | 0.2.2 |
| Senast Uppdaterad | 2021-03-28 |
| Publiceringsdatum | 2020-07-04 |
| Betyg | 4.75/5 Totalt 4 Betyg |
| Utvecklare | Rodrigo Pombo |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/pomber/placeholdifier |
| Hjälpsida URL | https://github.com/pomber/placeholdifier/issues/ |
| Stödda Språk | 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
} | |