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
电子邮箱 [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"
    }
}