方片收集

一键摘录,永久保存,轻松构建自己的在线灵感库和图书馆

What is 方片收集?

方片收集 is a Chrome extension developed by http://funp.in, and its main feature is "一键摘录,永久保存,轻松构建自己的在线灵感库和图书馆".

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

                        【方片收集】,碎片化知识摘录整理神器。
一键收集网页中的文字、网址、图片和视频。

1、图片收集:向左拖拽图片就能收集,可以下载、分享和查看图片来源;
2、网页内容收集:选中你感兴趣的内容,向左拖拽即可;
3、视频收集:时间太赶来不及看剧?视频右上角的“方片图标”,点击或拖拽即可收集;
4、传送至手机:选中网页局部内容,点击“二维码”图标,用手机扫码即可传送!

您的灵感和收集,还会在云端共享,用手机,电脑均可访问,整理。更可分享给他人。                    

Extension Basic Information

Name 方片收集 方片收集
ID bicdefpoleoohkhgcbbhambpghigfeid
Official URL https://chrome.google.com/webstore/detail/%E6%96%B9%E7%89%87%E6%94%B6%E9%9B%86/bicdefpoleoohkhgcbbhambpghigfeid
Description 一键摘录,永久保存,轻松构建自己的在线灵感库和图书馆
File Size 958 KB
Installation Count 7,419
Current Version 1.0.1.92
Last Updated 2017-03-25
Publish Date 2017-03-25
Rating 4.46/5 Total 82 Ratings
Developer http://funp.in
Payment Type free
Supported Languages en,en-US,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u65b9\u7247\u6536\u96c6",
    "version": "1.0.1.92",
    "description": "\u4e00\u952e\u6458\u5f55,\u6c38\u4e45\u4fdd\u5b58,\u8f7b\u677e\u6784\u5efa\u81ea\u5df1\u7684\u5728\u7ebf\u7075\u611f\u5e93\u548c\u56fe\u4e66\u9986",
    "browser_action": {
        "default_icon": "icons\/icon.png",
        "default_popup": ".\/pages\/popup.html"
    },
    "options_page": ".\/pages\/option.html",
    "default_locale": "zh_CN",
    "background": {
        "scripts": [
            "scripts\/jquery.min.js",
            "build\/jstorage.min.js",
            "scripts\/background.js",
            "build\/analytic.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "build\/index.js"
            ],
            "css": [
                "build\/index.css"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "commands": {
        "toggle-ext": {
            "suggested_key": {
                "default": "Alt+1",
                "windows": "Alt+1",
                "mac": "Alt+1"
            },
            "description": "Toggle the sidebar visibility"
        }
    },
    "permissions": [
        "",
        "contextMenus",
        "downloads",
        "tabs",
        "geolocation",
        "webRequest",
        "webRequestBlocking",
        "clipboardWrite",
        "clipboardRead"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com https:\/\/okay-pic.oss-cn-hangzhou.aliyuncs.com https:\/\/img.okay.do https:\/\/cdn.okay.do https:\/\/cdn.quickwis.com https:\/\/api.okay.do https:\/\/test.api.okay.do https:\/\/test.funp.in https:\/\/test.api.funp.in https:\/\/funp.in https:\/\/api.funp.in; object-src 'self'; style-src https:\/\/okay-pic.oss-cn-hangzhou.aliyuncs.com https:\/\/img.okay.do https:\/\/cdn.quickwis.com 'unsafe-inline' ",
    "web_accessible_resources": [
        "build\/extension.html",
        "images\/w-qrcode.png",
        "images\/zhai.png",
        "images\/ajax-loader.gif",
        "images\/switcher_c.png",
        "images\/ok-done.png",
        "images\/ok-done-cyan.png",
        "images\/ok-saved.png",
        "images\/video-drag.png",
        "images\/video-drag-tip.png",
        "images\/erweima.png",
        "build\/index.css",
        "images\/switch_back.png",
        "images\/avatar_06.jpg",
        "images\/white-logo.png",
        "scripts\/jquery.min.js",
        "build\/index.js",
        "images\/quick_add.gif",
        "images\/switch.gif",
        "images\/drag_download.gif"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.funp.in\/*",
            "*:\/\/funp.in\/*"
        ]
    },
    "icons": {
        "16": "icons\/icon-bitty.png",
        "32": "icons\/icon-nousenow.png",
        "48": "icons\/icon-small.png",
        "128": "icons\/icon-large.png"
    }
}