Arkiver Web Collector

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

Arkiver Web Collector क्या है?

Arkiver Web Collector arkiver.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Import images and text from all across the web into your Arkiver account."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Arkiver Web Collector एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Arkiver Web Collector Arkiver Web Collector
ID mmdnnenpdhojhfejjflklpnamnphjgnm
आधिकारिक URL https://chromewebstore.google.com/detail/arkiver-web-collector/mmdnnenpdhojhfejjflklpnamnphjgnm
विवरण Import images and text from all across the web into your Arkiver account.
फ़ाइल का आकार 189 KB
स्थापना संख्या 12
वर्तमान संस्करण 1.0.6
अंतिम अपडेट 2016-06-22
प्रकाशन तिथि 2016-06-22
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर arkiver.com
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
            ]
        }
    ]
}