First Line
Displays a random first sentence of a book.
First Lineคืออะไร?
First Line เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Adam Freisinger และคุณลักษณะหลักของมันคือ "Displays a random first sentence of a book."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย First Line
ดาวน์โหลดไฟล์ส่วนขยาย 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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | First Line |
ID | ngecnggngjbaedajbnmbmppmbflgnpmp |
URL อย่างเป็นทางการ | 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" } } |