Placeholder Image
Quickly generate and find the right placeholder image for work!
Was ist Placeholder Image?
Placeholder Image ist eine Chrome-Erweiterung, die von mike entwickelt wurde, und ihr Hauptmerkmal ist "Quickly generate and find the right placeholder image for work!".
Erweiterungsscreenshots
Placeholder Image-Erweiterungs-CRX-Datei herunterladen
Laden Sie Placeholder Image-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Functions 1: Find the right placeholder image for your project - Generate customized placeholder image with URL - Search for the image you want through four famous website providing royalty free images Function 2: Generate a report listing URLs of images with different size - Simply right click on the image and choose "ShowImageURL"
Grundlegende Informationen zur Erweiterung
Name | Placeholder Image |
ID | giidjkijabogomgacafdieofnebbmmpg |
Offizielle URL | https://chromewebstore.google.com/detail/placeholder-image/giidjkijabogomgacafdieofnebbmmpg |
Beschreibung | Quickly generate and find the right placeholder image for work! |
Dateigröße | 29.3 MB |
Installationsanzahl | 161 |
Aktuelle Version | 1.2 |
Letztes Update | 2019-08-30 |
Veröffentlichungsdatum | 2019-08-25 |
Bewertung | 4.33/5 Insgesamt 3 Bewertungen |
Entwickler | mike |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://bit.ly/2GN6q1F |
Hilfeseite URL | https://github.com/smallpaes/find-placeholder-image |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Placeholder Image", "version": "1.2", "description": "Quickly generate and find the right placeholder image for work!", "permissions": [ "contextMenus", "activeTab" ], "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/image16.png", "32": "images\/image32.png", "48": "images\/image48.png", "128": "images\/image128.png" } }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "icons": { "16": "images\/image16.png", "32": "images\/image32.png", "48": "images\/image48.png", "128": "images\/image128.png" }, "content_scripts": [ { "matches": [ " |