爱集图片收藏工具

爱集图片收藏工具官方版 - 收集你喜欢的图片到aiji66.com。

What is 爱集图片收藏工具?

爱集图片收藏工具 is a Chrome extension developed by https://aiji66.com, and its main feature is "爱集图片收藏工具官方版 - 收集你喜欢的图片到aiji66.com。".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download 爱集图片收藏工具 Extension CRX File

Download 爱集图片收藏工具 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        爱集图片收藏工具是爱集网(https://aiji66.com)的官方图片收藏工具。用户在网络上看到的感兴趣的图片,都可以通过该扩展收藏到爱集网的专辑里。                    

Extension Basic Information

Name 爱集图片收藏工具 爱集图片收藏工具
ID epbcjbbohbbcakdfgmfcacgcpaholneg
Official URL https://chromewebstore.google.com/detail/%E7%88%B1%E9%9B%86%E5%9B%BE%E7%89%87%E6%94%B6%E8%97%8F%E5%B7%A5%E5%85%B7/epbcjbbohbbcakdfgmfcacgcpaholneg
Description 爱集图片收藏工具官方版 - 收集你喜欢的图片到aiji66.com。
File Size 317 KB
Installation Count 50
Current Version 2.4
Last Updated 2018-10-26
Publish Date 2018-10-26
Rating 5.00/5 Total 6 Ratings
Developer https://aiji66.com
Email [email protected]
Payment Type free
Extension Website https://aiji66.com
Help Page URL https://aiji66.com/extensions/
Supported Languages zh-CN
manifest.json
{
    "manifest_version": 2,
    "name": "\u7231\u96c6\u56fe\u7247\u6536\u85cf\u5de5\u5177",
    "description": "\u7231\u96c6\u56fe\u7247\u6536\u85cf\u5de5\u5177\u5b98\u65b9\u7248 - \u6536\u96c6\u4f60\u559c\u6b22\u7684\u56fe\u7247\u5230aiji66.com\u3002",
    "version": "2.4",
    "browser_action": {
        "default_icon": {
            "19": "images\/logo_19.png",
            "38": "images\/logo_38.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus",
        "tabs",
        "notifications"
    ],
    "icons": {
        "128": "images\/logo_128.png",
        "16": "images\/logo_16.png",
        "48": "images\/logo_48.png"
    },
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "exclude_globs": [
                "https:\/\/aiji66.com*",
                "https:\/\/www.aiji66.com*",
                "http:\/\/localhost*",
                "http:\/\/local*",
                "http:\/\/127.0.0.1*"
            ],
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        },
        {
            "css": [
                "css\/capture.css"
            ],
            "js": [
                "js\/shortcut.js",
                "js\/page.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "js\/isload.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "js\/transmit.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAv58bVoaIHHqaNhmIAALgy1SgJWUuWUMwNhY0jlKn\/HyJz8FoB\/itmaj3MOUJZ9D+s24SX9SymiCtdHe870AxYlFmXqVvkxdbEURIIktCaDdBm8qgobkjZmorDEprch5SLoS2PnFOdFPajKAb1XJT\/U80B7FOPzUpYsaRS0gQvexIhYXqUaBwO4xnIAPvRgylB8RdDeNs48hC21o2YoTb2FgKJJSfM3GpDgyf7BVrogEAT5z+3Y\/8no5syIyUk5vfI\/RzXJLPkrBJKlDtFW68jMtaJWPKVCuZ8y5l+LvQnzVrjQ39B\/xPsg9RG2Hy3nJ4IR+SxXJ9\/oXBUcgHX1DiUQIDAQAB",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "\u7231\u91c7\u96c6"
}