Quotidian

Quotes that are a click away.

什么是Quotidian?

Quotidian是由Nachiketa Gargi开发的Chrome扩展程序,该扩展的主要功能是“Quotes that are a click away.”。

扩展截图

screenshot
screenshot

下载Quotidian扩展crx文件

下载Quotidian扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Quotidian shows you a random quote when you click the button. You can listen to the quote, copy it to the clipboard and more.

Features:
    - Button for copying to clipboard
    - Click on the speaker icon in the popup, and it will speak the quote aloud.
    - Link to author's Wikipedia page
    - Easy to use interface
    - Quotes are sourced from forismatic                    

扩展基本信息

名称 Quotidian Quotidian
ID enmpfepcgocdhfbbagianaaapmoliekb
官方URL https://chromewebstore.google.com/detail/quotidian/enmpfepcgocdhfbbagianaaapmoliekb
简介 Quotes that are a click away.
文件大小 24.18 KB
安装次数 27
当前版本 1.2.8
更新时间 2015-01-06
上架时间 2015-01-05
评分 5.00/5 共9次评分
开发者 Nachiketa Gargi
付费类型 free
扩展官网 http://ngargi.me/quotidian
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Quotidian",
    "version": "1.2.8",
    "author": "Nachiketa Gargi",
    "description": "Quotes that are a click away.",
    "browser_action": {
        "default_icon": {
            "128": "quotidian.png",
            "19": "quotidian.png",
            "48": "quotidian48.png"
        },
        "default_title": "Quotidian",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "quotidian.png",
        "19": "quotidian.png",
        "48": "quotidian48.png"
    },
    "permissions": [
        "http:\/\/api.forismatic.com\/",
        "tts",
        "clipboardWrite"
    ]
}