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
官方網址 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'"
}