Quotsy - A Quote Manager

Collect & manage phrases you find while reading stuff online. Have a random one show on your new-tab page so you never forget them!

什么是Quotsy - A Quote Manager?

Quotsy - A Quote Manager是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Collect & manage phrases you find while reading stuff online. Have a random one show on your new-tab page so you never forget them!”。

扩展截图

screenshot
screenshot
screenshot

下载Quotsy - A Quote Manager扩展crx文件

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

扩展使用说明

                        Ever come across a really well written, interesting phrase in an article and emailed it to yourself/bookmarked the page/noted it down in your super secret diary for posterity? The one you saved so you could revisit it down the line and appreciate the authors eloquence all over again, and then NEVER saw again? 

Quotsy helps you hold on to and manage these literary gems. Just select a chunk of text, right click and click on 'Add to Quotsy' to add it to your collection. Quotsy also spices up your boring new-tab page on Chrome by replacing it with an elegant background adorned with a randomly picked quote from your collection.                    

扩展基本信息

名称 Quotsy - A Quote Manager Quotsy - A Quote Manager
ID fmoijfhclgjamghkedfjaalkkpmoecne
官方URL https://chromewebstore.google.com/detail/quotsy-a-quote-manager/fmoijfhclgjamghkedfjaalkkpmoecne
简介 Collect & manage phrases you find while reading stuff online. Have a random one show on your new-tab page so you never forget them!
文件大小 607 KB
安装次数 57
当前版本 0.0.12
更新时间 2014-05-17
上架时间 2014-05-17
评分 4.00/5 共7次评分
开发者 Unknown
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quotsy - A Quote Manager",
    "version": "0.0.12",
    "manifest_version": 2,
    "description": "Collect & manage phrases you find while reading stuff online. Have a random one show on your new-tab page so you never forget them!",
    "permissions": [
        "contextMenus",
        "https:\/\/www.quotsy.net\/*"
    ],
    "background": {
        "page": "html\/background.html"
    },
    "icons": {
        "16": "images\/contextQuotsy.png"
    },
    "chrome_url_overrides": {
        "newtab": "html\/quotePage.html"
    },
    "content_security_policy": "script-src 'self' http:\/\/127.0.0.1:8000 https:\/\/www.shopperspoll.com https:\/\/ajax.googleapis.com https:\/\/ssl.google-analytics.com; object-src 'self'"
}