Poem A Day

This extension will provide a poem a day

Poem A Dayとは何ですか?

Poem A DayはAmy Liuによって開発されたChromeの拡張機能で、その主な機能は「This extension will provide a poem a day」です。

拡張機能のスクリーンショット

screenshot

Poem A Day拡張機能のCRXファイルをダウンロード

Poem A Day拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Replaces your new tab page with a randomly generated poem                    

拡張機能の基本情報

名前 Poem A Day Poem A Day
ID odmedelbolifolamldpikecmdmelchdm
公式URL https://chromewebstore.google.com/detail/poem-a-day/odmedelbolifolamldpikecmdmelchdm
説明 This extension will provide a poem a day
ファイルサイズ 7.11 MB
インストール数 12
現在のバージョン 0.2
最終更新日 2017-11-01
公開日 2017-10-31
開発者 Amy Liu
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Poem A Day",
    "description": "This extension will provide a poem a day",
    "version": "0.2",
    "chrome_url_overrides": {
        "newtab": "home.html"
    },
    "permissions": [
        "activeTab",
        "http:\/\/poetrydb.org\/*",
        "storage"
    ]
}