Save to WebCull

A plugin that makes it easier to save websites to the WebCull bookmark manager.

O que é Save to WebCull?

Save to WebCull é uma extensão do Chrome desenvolvida por http://webcull.com, e sua principal característica é "A plugin that makes it easier to save websites to the WebCull bookmark manager.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Save to WebCull

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

                        Save to WebCull bookmark manager without needing to navigate to the WebCull website. You can also change the title, save tags, take notes and quick switch account. Easily move your bookmark to a specific folder or create a new one all within the extension. The icon that is used to save links is grayscaled until the link has been saved, this is useful to know if you have already saved a link.                    

Informações Básicas da Extensão

Nome Save to WebCull Save to WebCull
ID fiecfoalabmdglnpljckaajopfbdgcea
URL Oficial https://chrome.google.com/webstore/detail/save-to-webcull/fiecfoalabmdglnpljckaajopfbdgcea
Descrição A plugin that makes it easier to save websites to the WebCull bookmark manager.
Tamanho do Arquivo 101 KB
Contagem de Instalações 1,257
Versão Atual 1.1.1
Última Atualização 2022-01-24
Data de Publicação 2020-05-22
Classificação 2.25/5 Total de 4 Avaliações
Desenvolvedor http://webcull.com
Email [email protected]
Site da Extensão https://webcull.com
URL da Página de Ajuda https://webcull.com/reading/faq
URL da Página de Política de Privacidade https://webcull.com/policy/privacy
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Save to WebCull",
    "short_name": "WebCull",
    "version": "1.1.1",
    "description": "A plugin that makes it easier to save websites to the WebCull bookmark manager.",
    "permissions": [
        "webRequest",
        "webNavigation",
        "tabs",
        "cookies",
        "https:\/\/webcull.com\/"
    ],
    "browser_action": {
        "default_title": "Add to WebCull",
        "default_icon": {
            "16": "images\/webcull-16x.png",
            "32": "images\/webcull-32x.png",
            "48": "images\/webcull-48x.png",
            "128": "images\/webcull-128x.png"
        },
        "default_popup": "views\/bootstrap.html"
    },
    "background": {
        "scripts": [
            "js\/lib\/q.js",
            "js\/lib\/lib.js",
            "js\/background\/background.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "images\/webcull-16x.png",
        "32": "images\/webcull-32x.png",
        "48": "images\/webcull-48x.png",
        "128": "images\/webcull-128x.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/webcull.com\/; object-src 'self'"
}