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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "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

allllll Collector 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
}