allllll Collector

This extension lets you grab images/videos or capture web pages from any website and add it to your boards on Find OK easily.

allllll Collector क्या है?

allllll Collector quanxiang0 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension lets you grab images/videos or capture web pages from any website and add it to your boards on Find OK easily."।

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

screenshot

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

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

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

                        该应用作为全享网的插件采集图片和视频,当鼠标移动到规定最小图片大小上出现采集按钮,点击按钮采集图片到全享网,方便用户将其他网站图片采集到在全享网专辑中                    

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

नाम allllll Collector allllll Collector
ID knjmifcmiehclpkcimonokhjlakahlje
आधिकारिक URL https://chromewebstore.google.com/detail/allllll-collector/knjmifcmiehclpkcimonokhjlakahlje
विवरण This extension lets you grab images/videos or capture web pages from any website and add it to your boards on Find OK easily.
फ़ाइल का आकार 238 KB
स्थापना संख्या 12
वर्तमान संस्करण 2.9.9.9
अंतिम अपडेट 2013-12-05
प्रकाशन तिथि 2013-12-05
डेवलपर quanxiang0
भुगतान के प्रकार free
समर्थित भाषाएँ en,zh-CN,zh-TW
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "2.9.9.9",
    "manifest_version": 2,
    "description": "__MSG_extDescription__",
    "icons": {
        "16": "images\/logo_16.png",
        "48": "images\/logo_48.png",
        "128": "images\/logo_128.png"
    },
    "default_locale": "zh_CN",
    "background": {
        "scripts": [
            "js\/utils.js",
            "js\/huaban.js",
            "js\/account.js",
            "js\/background.js",
            "js\/analytics.js",
            "js\/ajax.js"
        ]
    },
    "options_page": "preferences.html",
    "browser_action": {
        "default_icon": "images\/logo_48.png",
        "default_title": "__MSG_extName__",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "exclude_globs": [
                "http:\/\/allllll.com*",
                "http:\/\/*.allllll.com*",
                "http:\/\/localhost*",
                "http:\/\/local*",
                "http:\/\/127.0.0.1*"
            ],
            "include_globs": [
                "*"
            ],
            "js": [
                "js\/pinmarklet.js",
                "js\/script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_idle"
        },
        {
            "js": [
                "js\/page.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "js\/isload.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "js\/isinstalled.js"
            ],
            "matches": [
                "http:\/\/allllll.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "css\/capture.css",
        "css\/showimage.css",
        "js\/utils.js",
        "js\/editor.js",
        "js\/account.js",
        "js\/huaban.js",
        "js\/ui.js",
        "js\/upload_ui.js",
        "js\/ajax.js",
        "js\/preferences.js"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "minimum_chrome_version": "18"
}