Aesop Ipsum
Provides lovable, timeless placeholder text.
什麼是Aesop Ipsum?
Aesop Ipsum是由Jake Mason開發的Chrome擴展程式,該擴展的主要功能是“Provides lovable, timeless placeholder text.”。
擴展截圖
下載Aesop Ipsum擴展crx文件
下載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 |
官方網址 | 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 } |