ReadabilityCopy

使用Readability复制网页内容

What is ReadabilityCopy?

ReadabilityCopy is a Chrome extension developed by xiangzi fang, and its main feature is "使用Readability复制网页内容".

Extension Screenshots

screenshot

Download ReadabilityCopy Extension CRX File

Download ReadabilityCopy 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

                        使用Readability一键复制网页内容,自动附带上原地址和标题,方便转帖到其他论坛等网站                    

Extension Basic Information

Name ReadabilityCopy ReadabilityCopy
ID kloffboieoflphfanokeeaffhmoladln
Official URL https://chromewebstore.google.com/detail/readabilitycopy/kloffboieoflphfanokeeaffhmoladln
Description 使用Readability复制网页内容
File Size 25.25 KB
Installation Count 912
Current Version 0.5
Last Updated 2019-06-09
Publish Date 2019-06-08
Rating 5.00/5 Total 4 Ratings
Developer xiangzi fang
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ReadabilityCopy",
    "description": "\u4f7f\u7528Readability\u590d\u5236\u7f51\u9875\u5185\u5bb9",
    "version": "0.5",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "copyIcon.png",
        "48": "copyIcon.png",
        "128": "copyIcon.png"
    },
    "permissions": [
        "contextMenus",
        "activeTab"
    ]
}