Noteably companion

This extension will let you save the current webpage or simply a note to Noteably.

O que é Noteably companion?

Noteably companion é uma extensão do Chrome desenvolvida por Smart Software GbR, e sua principal característica é "This extension will let you save the current webpage or simply a note to Noteably.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Noteably companion

Baixe arquivos de extensão Noteably companion 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 will let you save the current webpage or simply a note to Noteably.                    

Informações Básicas da Extensão

Nome Noteably companion Noteably companion
ID hcegghofkifepkbnjonhfnfaigjnieme
URL Oficial https://chromewebstore.google.com/detail/noteably-companion/hcegghofkifepkbnjonhfnfaigjnieme
Descrição This extension will let you save the current webpage or simply a note to Noteably.
Tamanho do Arquivo 75.59 KB
Contagem de Instalações 56
Versão Atual 1.5.0
Última Atualização 2015-06-15
Data de Publicação 2015-06-15
Desenvolvedor Smart Software GbR
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Noteably companion",
    "description": "This extension will let you save the current webpage or simply a note to Noteably.",
    "version": "1.5.0",
    "permissions": [
        "identity",
        "tabs",
        "storage",
        "https:\/\/accounts.google.com\/*",
        "https:\/\/www.googleapis.com\/*",
        "https:\/\/android.googleapis.com\/gcm\/send"
    ],
    "icons": {
        "128": "images\/icon_128.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon_16.png",
            "19": "images\/icon_19.png",
            "38": "images\/icon_38.png"
        }
    },
    "oauth2": {
        "client_id": "666941612008-8lmmm5c1n4k0f18cdai095bboduc09mt.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/plus.login",
            "https:\/\/www.googleapis.com\/auth\/drive.appdata"
        ]
    }
}