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
官方網址 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
電子郵箱 [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"
    }
}