First Line
Displays a random first sentence of a book.
Wat is First Line?
First Line is een Chrome-extensie ontwikkeld door Adam Freisinger, en de belangrijkste functie is "Displays a random first sentence of a book.".
Extensie Screenshots
Download het CRX-bestand van de extensie First Line
Download First Line-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Each time you open a new tab a random first line appears on crumpled paper.
This extension does this.
Nothing less, nothing more. Basisinformatie over de Extensie
| Naam | |
| ID | ngecnggngjbaedajbnmbmppmbflgnpmp |
| Officiële URL | https://chromewebstore.google.com/detail/first-line/ngecnggngjbaedajbnmbmppmbflgnpmp |
| Beschrijving | Displays a random first sentence of a book. |
| Bestandsgrootte | 304 KB |
| Aantal Installaties | 909 |
| Huidige Versie | 0.5 |
| Laatst Bijgewerkt | 2021-04-08 |
| Publicatiedatum | 2017-05-06 |
| Beoordeling | 4.26/5 Totaal 23 Beoordelingen |
| Ontwikkelaar | Adam Freisinger |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
} | |