Text Saver

Save texts anytime, anywhere

O que é Text Saver?

Text Saver é uma extensão do Chrome desenvolvida por jiacai2050, e sua principal característica é "Save texts anytime, anywhere".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Text Saver

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

                        A browser extension to save texts anytime, anywhere.

Open an issue if you have any suggestions or issues.

https://github.com/jiacai2050/text-saver                    

Informações Básicas da Extensão

Nome Text Saver Text Saver
ID egelicndigijclebpggemngfhpnkeglk
URL Oficial https://chromewebstore.google.com/detail/text-saver/egelicndigijclebpggemngfhpnkeglk
Descrição Save texts anytime, anywhere
Tamanho do Arquivo 62.41 KB
Contagem de Instalações 237
Versão Atual 1.4.2
Última Atualização 2023-10-08
Data de Publicação 2023-03-11
Desenvolvedor jiacai2050
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/jiacai2050/text-saver
URL da Página de Ajuda https://github.com/jiacai2050/text-saver/issues
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Text Saver",
    "version": "1.4.2",
    "description": "Save texts anytime, anywhere",
    "homepage_url": "https:\/\/github.com\/jiacai2050\/text-saver",
    "author": "[email protected]",
    "action": {
        "default_title": "Save texts anytime, anywhere",
        "default_icon": "imgs\/logo.png"
    },
    "icons": {
        "100": "imgs\/logo.png"
    },
    "options_ui": {
        "page": "option.html",
        "open_in_tab": true
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "contextMenus",
        "notifications",
        "downloads",
        "storage",
        "unlimitedStorage"
    ],
    "manifest_version": 3
}