First Line
Displays a random first sentence of a book.
What is First Line?
First Line is a Chrome extension developed by Adam Freisinger, and its main feature is "Displays a random first sentence of a book.".
Extension Screenshots
Download First Line Extension CRX File
Download First Line extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Each time you open a new tab a random first line appears on crumpled paper. This extension does this. Nothing less, nothing more.
Extension Basic Information
Name | First Line |
ID | ngecnggngjbaedajbnmbmppmbflgnpmp |
Official URL | https://chromewebstore.google.com/detail/first-line/ngecnggngjbaedajbnmbmppmbflgnpmp |
Description | Displays a random first sentence of a book. |
File Size | 304 KB |
Installation Count | 909 |
Current Version | 0.5 |
Last Updated | 2021-04-08 |
Publish Date | 2017-05-06 |
Rating | 4.26/5 Total 23 Ratings |
Developer | Adam Freisinger |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |