My Quotes

Save your favorite quotes while surfing the web. Then, you can enjoy them from the new tab page.

My Quotesとは何ですか?

My QuotesはWinner Crespoによって開発されたChromeの拡張機能で、その主な機能は「Save your favorite quotes while surfing the web. Then, you can enjoy them from the new tab page.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

My Quotes拡張機能のCRXファイルをダウンロード

My Quotes拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        With this extension you will be able to save your favorite quotes while surfing on the internet (just with a right click), see the list of your saved quotes clicking the extension icon, delete quotes from the option page, see a random quote (from your saved list) when you open a new tab, get a notification when a quote has been saved and see a badge on the extension’s icon with the amount of quotes saved.

The extension could have more features like: a textbox to add your own quotes, delete all quotes, add the author of the quote and others, you can collaborate with this extension here.                    

拡張機能の基本情報

名前 My Quotes My Quotes
ID kbjmlecjegongpngagkepdgklajjkapp
公式URL https://chromewebstore.google.com/detail/my-quotes/kbjmlecjegongpngagkepdgklajjkapp
説明 Save your favorite quotes while surfing the web. Then, you can enjoy them from the new tab page.
ファイルサイズ 118 KB
インストール数 93
現在のバージョン 1.1
最終更新日 2014-08-25
公開日 2014-08-24
評価 4.17/5 合計 6 レビュー
開発者 Winner Crespo
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://atlas.com.do/blog/?p=113
ヘルプページのURL http://atlas.com.do/blog/?p=113
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "My Quotes",
    "description": "Save your favorite quotes while surfing the web. Then, you can enjoy them from the new tab page.",
    "version": "1.1",
    "author": "Winner Crespo",
    "browser_action": {
        "default_icon": "images\/icon16.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "chrome_url_overrides": {
        "newtab": "newTab.html"
    },
    "permissions": [
        "storage",
        "notifications",
        "contextMenus"
    ],
    "icons": {
        "128": "images\/icon128.png"
    }
}