随笔摘手

一键摘取随笔

What is 随笔摘手?

随笔摘手 is a Chrome extension developed by cathy_cai, 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

                        随笔摘手是一个网络收藏工具。下载并安装后,就可以将互联网上看到的文章段落保存到自己的个人图书馆中,最多200个字。在PC网站、APP等任意终端登录www.360doc.com账号,可查看收藏过的网络文章段落,非常方便!                    

Extension Basic Information

Name 随笔摘手 随笔摘手
ID ndgjfnodlogjohhgofpmpcpomhkmgedc
Official URL https://chromewebstore.google.com/detail/%E9%9A%8F%E7%AC%94%E6%91%98%E6%89%8B/ndgjfnodlogjohhgofpmpcpomhkmgedc
Description 一键摘取随笔
File Size 81.04 KB
Installation Count 61
Current Version 2.0.4
Last Updated 2022-04-24
Publish Date 2014-11-13
Rating 3.00/5 Total 2 Ratings
Developer cathy_cai
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u968f\u7b14\u6458\u624b",
    "version": "2.0.4",
    "description": "\u4e00\u952e\u6458\u53d6\u968f\u7b14",
    "author": "360doc",
    "icons": {
        "128": "128.png",
        "16": "16.png",
        "32": "32.png",
        "48": "48.png"
    },
    "default_locale": "zh_CN",
    "browser_action": {
        "default_icon": "16.png",
        "default_title": "360doc\u968f\u7b14\u6458\u624b"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "content_security_policy": "default-src 'self' https:\/\/*.360doc.com; style-src 'self' https:\/\/*.360doc.com 'unsafe-inline'; script-src 'self' https:\/\/*.360doc.com  'unsafe-eval';object-src 'self'; img-src *",
    "web_accessible_resources": [
        "ifr.html"
    ]
}