Threadia

You can read the threads as blog posts and share the blog pages as threads in a click.

O que é Threadia?

Threadia é uma extensão do Chrome desenvolvida por hallackerem, e sua principal característica é "You can read the threads as blog posts and share the blog pages as threads in a click.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Threadia

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

                        You can read the threads as blog posts and share the blog pages as threads in a click.

Threadia helps you by turning Twitter threads into a readable page. It also helps you share blog posts as a thread.
The main features of the application are;
* You can get a summary of the blog post you will share.
* You can generate hashtags from your blog post to increase the interaction of the thread.

Threadia protects you from getting lost between hard-to-read threads, increases your social visibility by sharing blogs as threads with hashtags.                    

Informações Básicas da Extensão

Nome Threadia Threadia
ID fmecnpcdaiediolnohoiebdkphdlihio
URL Oficial https://chrome.google.com/webstore/detail/threadia/fmecnpcdaiediolnohoiebdkphdlihio
Descrição You can read the threads as blog posts and share the blog pages as threads in a click.
Tamanho do Arquivo 14.4 KB
Contagem de Instalações 101
Versão Atual 0.0.0.3
Última Atualização 2020-07-26
Data de Publicação 2020-07-03
Classificação 3.67/5 Total de 3 Avaliações
Desenvolvedor hallackerem
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://threadia.com/
URL da Página de Ajuda https://threadia.com/
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Threadia",
    "short_name": "Threadia",
    "version": "0.0.0.3",
    "version_name": "0.0.0.3",
    "description": "You can read the threads as blog posts and share the blog pages as threads in a click.",
    "browser_action": {
        "default_icon": "icons\/threadia-48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/threadia.com\/*",
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true
        }
    ],
    "icons": {
        "16": "icons\/threadia-16.png",
        "48": "icons\/threadia-48.png",
        "128": "icons\/threadia-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "homepage_url": "https:\/\/threadia.com\/",
    "permissions": [
        "storage",
        "contextMenus",
        "tabs",
        "https:\/\/threadia.com\/*",
        "https:\/\/twitter.com\/*",
        "https:\/\/medium.com\/*"
    ]
}