Arkiver Web Collector

Import images and text from all across the web into your Arkiver account.

O que é Arkiver Web Collector?

Arkiver Web Collector é uma extensão do Chrome desenvolvida por arkiver.com, e sua principal característica é "Import images and text from all across the web into your Arkiver account.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Arkiver Web Collector

Baixe arquivos de extensão Arkiver Web Collector 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 images and text from the web to Arkiver where you can:
- View them from anywhere on any device
- Organize them using collections and tags
- Share them privately
- Print them and more...

COLLECT PICTURES
- Capture individual or multiple photos posted on social media and other websites
- Save them to your Arkiver collections 

COLLECT TEXT
- Select text from any website or article
- Right click and save as a note to your Arkiver collections

Everything added to Arkiver is safely stored in your connected cloud storage account.                    

Informações Básicas da Extensão

Nome Arkiver Web Collector Arkiver Web Collector
ID mmdnnenpdhojhfejjflklpnamnphjgnm
URL Oficial https://chromewebstore.google.com/detail/arkiver-web-collector/mmdnnenpdhojhfejjflklpnamnphjgnm
Descrição Import images and text from all across the web into your Arkiver account.
Tamanho do Arquivo 189 KB
Contagem de Instalações 12
Versão Atual 1.0.6
Última Atualização 2016-06-22
Data de Publicação 2016-06-22
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor arkiver.com
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Arkiver Web Collector",
    "version": "1.0.6",
    "manifest_version": 2,
    "description": "Import images and text from all across the web into your Arkiver account.",
    "homepage_url": "https:\/\/arkiver.com",
    "icons": {
        "16": "icons\/arkiver-chrome-128.png",
        "48": "icons\/arkiver-chrome-128.png",
        "128": "icons\/arkiver-chrome-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "js\/jquery\/jquery.min.js",
            "src\/bg\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icons\/arksmall.png",
        "default_title": "Web Collector"
    },
    "permissions": [
        "contextMenus",
        "cookies",
        "notifications",
        "tabs",
        "activeTab",
        "downloads",
        "downloads.open"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/inject\/inject.js",
                "js\/jquery\/jquery.min.js"
            ]
        }
    ]
}