Arkiver Web Collector

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

Co je Arkiver Web Collector?

Arkiver Web Collector je rozšíření Chrome vyvinuté arkiver.com, a jeho hlavní funkcí je „Import images and text from all across the web into your Arkiver account.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Arkiver Web Collector

Stáhněte si soubory rozšíření Arkiver Web Collector ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Arkiver Web Collector Arkiver Web Collector
ID mmdnnenpdhojhfejjflklpnamnphjgnm
Oficiální URL https://chromewebstore.google.com/detail/arkiver-web-collector/mmdnnenpdhojhfejjflklpnamnphjgnm
Popis Import images and text from all across the web into your Arkiver account.
Velikost souboru 189 KB
Počet instalací 12
Aktuální Verze 1.0.6
Poslední Aktualizace 2016-06-22
Datum Vydání 2016-06-22
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář arkiver.com
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}