Arkiver Web Collector

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

Was ist Arkiver Web Collector?

Arkiver Web Collector ist eine Chrome-Erweiterung, die von arkiver.com entwickelt wurde, und ihr Hauptmerkmal ist "Import images and text from all across the web into your Arkiver account.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Arkiver Web Collector-Erweiterungs-CRX-Datei herunterladen

Laden Sie Arkiver Web Collector-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Arkiver Web Collector Arkiver Web Collector
ID mmdnnenpdhojhfejjflklpnamnphjgnm
Offizielle URL https://chromewebstore.google.com/detail/arkiver-web-collector/mmdnnenpdhojhfejjflklpnamnphjgnm
Beschreibung Import images and text from all across the web into your Arkiver account.
Dateigröße 189 KB
Installationsanzahl 12
Aktuelle Version 1.0.6
Letztes Update 2016-06-22
Veröffentlichungsdatum 2016-06-22
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler arkiver.com
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}