Chrome Ipsum
Quick Lorem Ipsum by Michael Ott
Vad är Chrome Ipsum?
Chrome Ipsum är en Chrome-tillägg utvecklad av https://michaelott.id.au, och dess huvudfunktion är "Quick Lorem Ipsum by Michael Ott".
Tilläggsskärmbilder
Ladda ner Chrome Ipsum-förlängningens CRX-fil
Ladda ner Chrome Ipsum-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
Chrome Ipsum is a simple extension that allows you to get quick access to place-holder text, using a few variations of Lorem Ipsum.
(Chrome is a trademark of Google Inc. Use of this trademark is subject to Google Permissions.) Grundläggande Information om Tillägg
| Namn | |
| ID | mmgcgfhdemljbhdcoohmbfaggbloiden |
| Officiell webbadress | https://chromewebstore.google.com/detail/chrome-ipsum/mmgcgfhdemljbhdcoohmbfaggbloiden |
| Beskrivning | Quick Lorem Ipsum by Michael Ott |
| Filstorlek | 126 KB |
| Antal Installationer | 132 |
| Aktuell Version | 1.1.1 |
| Senast Uppdaterad | 2015-03-29 |
| Publiceringsdatum | 2015-03-28 |
| Betyg | 4.67/5 Totalt 3 Betyg |
| Utvecklare | https://michaelott.id.au |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | http://michaelott.id.au/ |
| Stödda Språk | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Chrome Ipsum",
"short_name": "Chrome Lorem Ipsum",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"50": "icon50.png",
"128": "icon128.png",
"256": "icon256.png"
},
"description": "Quick Lorem Ipsum by Michael Ott",
"version": "1.1.1",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "lorem.html"
}
} | |