Share That Quote

An extension to easily share quotes found in current page

O que é Share That Quote?

Share That Quote é uma extensão do Chrome desenvolvida por https://pikilabs.com, e sua principal característica é "An extension to easily share quotes found in current page".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Share That Quote

Baixe arquivos de extensão Share That Quote 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

                        Do you happen to share some inspirative quotes with your followers on twitter or friends on facebook ?

Have you ever tried the awesome Pablo app (by @buffer) which help you create images with text adapted to each and every social media ?

Well, if you do, this extension will definitely be for you as it :
- search for inspirational quotes within the content of the web page you're currently reading
- notify you if it does find some
- let you share it through the pablo website

This extension is still a work in progress, so do not hesitate to give feedback on whether it works or not and on which website.

Try it yourself on https://www.goodreads.com/quotes and see ! 

Thanks

PS: visit my personal website at http://bit.ly/githubio-martinratinaud                    

Informações Básicas da Extensão

Nome Share That Quote Share That Quote
ID aahppbieennbnhnibbpakediocidhpii
URL Oficial https://chromewebstore.google.com/detail/share-that-quote/aahppbieennbnhnibbpakediocidhpii
Descrição An extension to easily share quotes found in current page
Tamanho do Arquivo 1.18 MB
Contagem de Instalações 34
Versão Atual 1.0.4
Última Atualização 2016-03-24
Data de Publicação 2016-03-24
Classificação 4.50/5 Total de 2 Avaliações
Desenvolvedor https://pikilabs.com
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Share That Quote",
    "description": "An extension to easily share quotes found in current page",
    "version": "1.0.4",
    "author": "@martinratinaud",
    "background": {
        "scripts": [
            "event.js",
            "ga.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icons\/favicon-16x16.png",
        "48": "icons\/favicon-48x48.png",
        "128": "icons\/favicon-128x128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}