Hashtagify

Extend your reach.

O que é Hashtagify?

Hashtagify é uma extensão do Chrome desenvolvida por Hashtagify Co., e sua principal característica é "Extend your reach.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Hashtagify

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

                        On Twitter, hashtags are the your gateway to the world, but most do not use hashtags to their full extent. 

Introducing, Hashtagify.

What's Hashtagify?
Every single word in your Tweets has its own meaning and story behind it, and the world wants to listen. The Hashtagify extension makes it easy as pie to turn every single word in your Tweet into a hastag, so that people can find your content easier and you can reach people's hearts more.

We want you to Tweet to your full potential.

About us
The Hashtagify team is growing every single day, ever since we successfully completed our seed funding. We are opening our offices in Silicon Valley soon, so keep your eyes peeled for that bright blue logo! Pop in for a few goodies from the team :)

Hashtagify was made with 💗, 😭 and ☕ by the Hashtagify team.                    

Informações Básicas da Extensão

Nome Hashtagify Hashtagify
ID bmpakblggjlmlahmhagoeocgllfikalp
URL Oficial https://chromewebstore.google.com/detail/hashtagify/bmpakblggjlmlahmhagoeocgllfikalp
Descrição Extend your reach.
Tamanho do Arquivo 78.92 KB
Contagem de Instalações 300
Versão Atual 0.8.6.6
Última Atualização 2018-05-13
Data de Publicação 2018-05-13
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Hashtagify Co.
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hashtagify",
    "version": "0.8.6.6",
    "manifest_version": 2,
    "description": "Extend your reach.",
    "homepage_url": "http:\/\/placeholder.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": false
    },
    "options_page": "src\/options_custom\/index.html",
    "page_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Hashtagify"
    },
    "permissions": [
        "*:\/\/twitter.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/twitter.com\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        },
        {
            "matches": [
                "*:\/\/twitter.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}