First Line
Displays a random first sentence of a book.
什麼是First Line?
First Line是由Adam Freisinger開發的Chrome擴展程式,該擴展的主要功能是“Displays a random first sentence of a book.”。
擴展截圖
下載First Line擴展crx文件
下載First Line擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Each time you open a new tab a random first line appears on crumpled paper.
This extension does this.
Nothing less, nothing more. 擴展基本資訊
| 名稱 | |
| ID | ngecnggngjbaedajbnmbmppmbflgnpmp |
| 官方網址 | https://chromewebstore.google.com/detail/first-line/ngecnggngjbaedajbnmbmppmbflgnpmp |
| 簡介 | Displays a random first sentence of a book. |
| 檔案大小 | 304 KB |
| 安裝次數 | 909 |
| 目前版本 | 0.5 |
| 更新時間 | 2021-04-08 |
| 上架時間 | 2017-05-06 |
| 評分 | 4.26/5 共 23 次評分 |
| 開發者 | Adam Freisinger |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "First Line",
"description": "Displays a random first sentence of a book.",
"version": "0.5",
"manifest_version": 2,
"permissions": [],
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
} | |