想学吗

想学吗知识收集工具

What is 想学吗?

想学吗 is a Chrome extension developed by 412588801, 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

                        "想学吗"APP的浏览器插件;
通过本插件可以方便的收录您在互联网上看到的精彩文章
插件会把文章标题和正文保存到您的“想学吗”APP中(文章中的图片也会下载到本地哦)
按Ctrl(⌘)+Alt+X开始点选知识标题和知识正文,Ctrl(⌘)+Esc取消
本插件会把知识(包括图片)下载到您的“想学吗”客户端中                    

Extension Basic Information

Name 想学吗 想学吗
ID baccnbdhpfeckhhcfekgeheghodgnnpm
Official URL https://chromewebstore.google.com/detail/%E6%83%B3%E5%AD%A6%E5%90%97/baccnbdhpfeckhhcfekgeheghodgnnpm
Description 想学吗知识收集工具
File Size 22.52 KB
Installation Count 194
Current Version 1.0.1
Last Updated 2019-04-13
Publish Date 2019-04-08
Rating 5.00/5 Total 1 Ratings
Developer 412588801
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u60f3\u5b66\u5417",
    "description": "\u60f3\u5b66\u5417\u77e5\u8bc6\u6536\u96c6\u5de5\u5177",
    "version": "1.0.1",
    "manifest_version": 2,
    "icons": {
        "16": "img\/16.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "browser_action": {
        "default_icon": "img\/48.png",
        "default_title": "\u60f3\u5b66\u5417\u77e5\u8bc6\u6536\u96c6\u5de5\u5177",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "css": [
                "css\/xxm.css"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ]
}