Save It

Save, view and edit your favourite words. Forgot your words translation? Add description to them.

O que é Save It?

Save It é uma extensão do Chrome desenvolvida por Saw207, e sua principal característica é "Save, view and edit your favourite words. Forgot your words translation? Add description to them.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Save It

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

                        This extension focuses on providing simple and easy way to store text in your browser. It's features are :
-save
-view
-edit
-sort
-import
-export

If you find any bugs or you've came across problem with extension, please contact me for example via support option on the details-tab of this page.

SaveIt is open source project available at https://github.com/swpw/SaveIt .                    

Informações Básicas da Extensão

Nome Save It Save It
ID ecojcaocmonpinbacfiglhcjedpcbjcf
URL Oficial https://chromewebstore.google.com/detail/save-it/ecojcaocmonpinbacfiglhcjedpcbjcf
Descrição Save, view and edit your favourite words. Forgot your words translation? Add description to them.
Tamanho do Arquivo 36.85 KB
Contagem de Instalações 27
Versão Atual 1.3.3
Última Atualização 2019-01-17
Data de Publicação 2019-01-17
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Saw207
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Save It",
    "version": "1.3.3",
    "description": "Save, view and edit your favourite words. Forgot your words translation? Add description to them.",
    "homepage_url": "https:\/\/github.com\/swpw\/SaveIt",
    "icons": {
        "128": "icon128.png",
        "48": "icon32.png",
        "16": "icon16.png"
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": ".\/popup\/popup.html"
    },
    "options_page": ".\/options\/options.html",
    "background": {
        "scripts": [
            ".\/event\/contextMenu.js",
            ".\/event\/badges.js",
            ".\/event\/initOptions.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "notifications",
        "contextMenus",
        "tabs"
    ]
}