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.”。

扩展截图

screenshot
screenshot
screenshot

下载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.                    

扩展基本信息

名称 First Line 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"
    }
}