专注笔记剪藏

专注笔记剪藏助手,具备剪藏整个网站页面文章并转化为专注笔记页面的能力,同时您还可以在选中文本、图片、链接时右键菜单中,收藏到专注笔记的摘抄板。

What is 专注笔记剪藏?

专注笔记剪藏 is a Chrome extension developed by Kiraku App, and its main feature is "专注笔记剪藏助手,具备剪藏整个网站页面文章并转化为专注笔记页面的能力,同时您还可以在选中文本、图片、链接时右键菜单中,收藏到专注笔记的摘抄板。".

Extension Screenshots

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

                        #专注笔记剪藏助手,具备以下功能:

##剪藏网址页面
*智能提取:智能释意引擎,能抽取出页面的主要内容保存成结构化的页面;
*整个页面:将整个页面转化为笔记本页面;
*手动选取:手动选取页面区域转化为笔记本页面;
剪藏后,您可以在专注笔记的收集箱中找到该篇笔记。

##摘抄片段内容
文本、图片及链接:可以保存内容片段,通过右键菜单选择收藏内容。您可以在软件中的摘抄板,找到对应的内容并轻松地使用它们。                    

Extension Basic Information

Name 专注笔记剪藏 专注笔记剪藏
ID ihbgiabjbfacohclcaldnahnhgpklido
Official URL https://chromewebstore.google.com/detail/%E4%B8%93%E6%B3%A8%E7%AC%94%E8%AE%B0%E5%89%AA%E8%97%8F/ihbgiabjbfacohclcaldnahnhgpklido
Description 专注笔记剪藏助手,具备剪藏整个网站页面文章并转化为专注笔记页面的能力,同时您还可以在选中文本、图片、链接时右键菜单中,收藏到专注笔记的摘抄板。
File Size 818 KB
Installation Count 1,379
Current Version 1.6.0
Last Updated 2022-08-15
Publish Date 2020-04-11
Rating 4.86/5 Total 7 Ratings
Developer Kiraku App
Email [email protected]
Payment Type free
Extension Website http://focusnote.com.cn/
Help Page URL http://focusnote.com.cn/#/Privacy
Privacy Policy Page URL https://neatifyapp.com/Privacy
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "\u4e13\u6ce8\u7b14\u8bb0\u526a\u85cf",
    "description": "\u4e13\u6ce8\u7b14\u8bb0\u526a\u85cf\u52a9\u624b\uff0c\u5177\u5907\u526a\u85cf\u6574\u4e2a\u7f51\u7ad9\u9875\u9762\u6587\u7ae0\u5e76\u8f6c\u5316\u4e3a\u4e13\u6ce8\u7b14\u8bb0\u9875\u9762\u7684\u80fd\u529b\uff0c\u540c\u65f6\u60a8\u8fd8\u53ef\u4ee5\u5728\u9009\u4e2d\u6587\u672c\u3001\u56fe\u7247\u3001\u94fe\u63a5\u65f6\u53f3\u952e\u83dc\u5355\u4e2d\uff0c\u6536\u85cf\u5230\u4e13\u6ce8\u7b14\u8bb0\u7684\u6458\u6284\u677f\u3002",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "version": "1.6.0",
    "permissions": [
        "tabs",
        "contextMenus",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery-3.4.1.min.js",
                "layui\/lay\/modules\/layer.js",
                "js\/content_script.js",
                "js\/turndown.js",
                "js\/readability.js",
                "js\/ihighlighter.js"
            ],
            "css": [
                "layui\/css\/modules\/layer\/default\/layer.css"
            ],
            "all_frames": true
        }
    ],
    "action": {
        "default_icon": "128.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "homepage_url": "http:\/\/focusnote.com.cn",
    "commands": {
        "auto_selection_card": {
            "suggested_key": {
                "default": "Alt+G",
                "mac": "Alt+G"
            },
            "description": "\u624b\u52a8\u9009\u53d6\u526a\u85cf\u5361\u7247"
        }
    }
}