Aesop Ipsum
Provides lovable, timeless placeholder text.
Aesop Ipsumคืออะไร?
Aesop Ipsum เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jake Mason และคุณลักษณะหลักของมันคือ "Provides lovable, timeless placeholder text."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Aesop Ipsum
ดาวน์โหลดไฟล์ส่วนขยาย Aesop Ipsum ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Aesop Ipsum |
ID | clibihlbfbomcapbiaceomafckbdgibp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/aesop-ipsum/clibihlbfbomcapbiaceomafckbdgibp |
คำอธิบาย | Provides lovable, timeless placeholder text. |
ขนาดไฟล์ | 22.64 KB |
จำนวนการติดตั้ง | 142 |
เวอร์ชันปัจจุบัน | 0.0.7 |
อัปเดตครั้งล่าสุด | 2016-09-01 |
วันที่เผยแพร่ | 2016-09-01 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Jake Mason |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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 } |