Aesop Ipsum
Provides lovable, timeless placeholder text.
Apa itu Aesop Ipsum?
Aesop Ipsum adalah ekstensi Chrome yang dikembangkan oleh Jake Mason, dan fitur utamanya adalah "Provides lovable, timeless placeholder text.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Aesop Ipsum
Unduh file ekstensi Aesop Ipsum dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Aesop Ipsum provides an alternative to the commonplace Lorem Ipsum generators used in the entry of placeholder content. Stories taken from one of the world's most popular collections of fables provides content that can be used to serve a similar purpose to Lorem Ipsum, but with a lot more character.
Informasi Dasar Ekstensi
Nama | Aesop Ipsum |
ID | clibihlbfbomcapbiaceomafckbdgibp |
URL Resmi | https://chromewebstore.google.com/detail/aesop-ipsum/clibihlbfbomcapbiaceomafckbdgibp |
Deskripsi | Provides lovable, timeless placeholder text. |
Ukuran File | 22.64 KB |
Jumlah Instalasi | 142 |
Versi Saat Ini | 0.0.7 |
Terakhir Diperbarui | 2016-09-01 |
Tanggal Publikasi | 2016-09-01 |
Penilaian | 5.00/5 Total 3 Penilaian |
Pengembang | Jake Mason |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Aesop Ipsum", "version": "0.0.7", "author": "Dev by Jake Mason, icons by Kalyn Smith, stories by Aesop", "manifest_version": 2, "description": "Provides lovable, timeless placeholder text.", "background": { "persistent": false, "scripts": [ "aesop.js", "clipboard.min.js" ] }, "icons": { "16": "16x16.png", "48": "48x48.png", "128": "128x128.png" }, "browser_action": { "default_title": "Aesop Ipsum - Fables for Dummy Text", "default_popup": "popup.html" }, "offline_enabled": true } |