Carpe Diem

Seize the day. Every second counts.

Carpe Diemとは何ですか?

Carpe Diemはhttp://usecarpediem.comによって開発されたChromeの拡張機能で、その主な機能は「Seize the day. Every second counts.」です。

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

screenshot

Carpe Diem拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Chrome Extension to provide motivational quotes and a reminder of how many seconds has passed since your birthday everytime you open a new tab.                    

拡張機能の基本情報

名前 Carpe Diem Carpe Diem
ID fafkngaopfohpbmmgpkdmiagllcmodmg
公式URL https://chrome.google.com/webstore/detail/carpe-diem/fafkngaopfohpbmmgpkdmiagllcmodmg
説明 Seize the day. Every second counts.
ファイルサイズ 105 KB
インストール数 13
現在のバージョン 1.0.2
最終更新日 2016-11-06
公開日 2016-11-06
評価 3.00/5 合計 2 レビュー
開発者 http://usecarpediem.com
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Carpe Diem",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "Seize the day. Every second counts.",
    "homepage_url": "https:\/\/usecarpediem.com",
    "icons": {
        "16": "dist\/icons\/icon16.png",
        "48": "dist\/icons\/icon48.png",
        "128": "dist\/icons\/icon128.png"
    },
    "default_locale": "en",
    "content_security_policy": "script-src 'self' https:\/\/sock.usecarpediem.com; object-src 'self'",
    "permissions": [
        "storage",
        "https:\/\/api.usecarpediem.com\/",
        "http:\/\/api.carpediem.local\/"
    ],
    "chrome_url_overrides": {
        "newtab": "dist\/newtab\/newtab.html"
    }
}