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
Eメール [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"
    }
}