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'"
}