Thoughtful Tab

Inspiring & Thoughtful Quotes With Every New Tab

O que é Thoughtful Tab?

Thoughtful Tab é uma extensão do Chrome desenvolvida por sourav204, e sua principal característica é "Inspiring & Thoughtful Quotes With Every New Tab".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Thoughtful Tab

Baixe arquivos de extensão Thoughtful Tab 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

                        Thoughtful Tab is a very simple extension that serves you inspiring, beautiful, thought-provoking and sometimes witty quotations each time you open a new tab.                    

Informações Básicas da Extensão

Nome Thoughtful Tab Thoughtful Tab
ID dfdpnfjofanhigifgpfjjheeohdofnjm
URL Oficial https://chromewebstore.google.com/detail/thoughtful-tab/dfdpnfjofanhigifgpfjjheeohdofnjm
Descrição Inspiring & Thoughtful Quotes With Every New Tab
Tamanho do Arquivo 7.03 KB
Contagem de Instalações 1,288
Versão Atual 1.1
Última Atualização 2018-07-19
Data de Publicação 2018-07-19
Classificação 4.13/5 Total de 15 Avaliações
Desenvolvedor sourav204
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://ats.imsourav.com/privacy-policy.php
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "Sourav Pradhan",
    "homepage_url": "http:\/\/imsourav.com",
    "name": "Thoughtful Tab",
    "description": "Inspiring & Thoughtful Quotes With Every New Tab",
    "version": "1.1",
    "background": {
        "scripts": [
            "bg.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "images\/icon19x19.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}