Arkiver Web Collector

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

Arkiver Web Collector là gì?

Arkiver Web Collector là một tiện ích mở rộng Chrome được phát triển bởi arkiver.com, và tính năng chính của nó là "Import images and text from all across the web into your Arkiver account.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Arkiver Web Collector

Tải xuống các tệp mở rộng Arkiver Web Collector dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Arkiver Web Collector Arkiver Web Collector
ID mmdnnenpdhojhfejjflklpnamnphjgnm
URL Chính Thức https://chromewebstore.google.com/detail/arkiver-web-collector/mmdnnenpdhojhfejjflklpnamnphjgnm
Mô tả Import images and text from all across the web into your Arkiver account.
Kích Thước Tệp 189 KB
Số Lần Cài Đặt 12
Phiên Bản Hiện Tại 1.0.6
Cập Nhật Lần Cuối 2016-06-22
Ngày Phát Hành 2016-06-22
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển arkiver.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}