My Quotes

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

O que é My Quotes?

My Quotes é uma extensão do Chrome desenvolvida por Winner Crespo, e sua principal característica é "Save your favorite quotes while surfing the web. Then, you can enjoy them from the new tab page.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão My Quotes

Baixe arquivos de extensão My Quotes no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome My Quotes My Quotes
ID kbjmlecjegongpngagkepdgklajjkapp
URL Oficial https://chromewebstore.google.com/detail/my-quotes/kbjmlecjegongpngagkepdgklajjkapp
Descrição Save your favorite quotes while surfing the web. Then, you can enjoy them from the new tab page.
Tamanho do Arquivo 118 KB
Contagem de Instalações 93
Versão Atual 1.1
Última Atualização 2014-08-25
Data de Publicação 2014-08-24
Classificação 4.17/5 Total de 6 Avaliações
Desenvolvedor Winner Crespo
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://atlas.com.do/blog/?p=113
URL da Página de Ajuda http://atlas.com.do/blog/?p=113
Idiomas Suportados 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"
    }
}