看看你都干了些什么

看看你都干了些什么

What is 看看你都干了些什么?

看看你都干了些什么 is a Chrome extension developed by 默考文, 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

                        有一些计划做了好多年了,比如学一种弦乐;有一些决心下了 50 遍了,比如「如果我再把学英文的时间拿去逛淘宝,就剁手!」「如果我再把学『解剖学』的时间拿去刷微博,就不准吃三文鱼刺身!」结果呢,5 年过去了,说好的学弦乐呢?信用卡账单也把眼球吓掉了吧?那你的手剁了吗?至于解剖学……你能立刻说出窦房结在哪里以及它的功能吗?所以,好好看看,你都干了些什么吧。                    

Extension Basic Information

Name 看看你都干了些什么 看看你都干了些什么
ID plnjjnojdolabpolfojdbejlkngiejjg
Official URL https://chromewebstore.google.com/detail/%E7%9C%8B%E7%9C%8B%E4%BD%A0%E9%83%BD%E5%B9%B2%E4%BA%86%E4%BA%9B%E4%BB%80%E4%B9%88/plnjjnojdolabpolfojdbejlkngiejjg
Description 看看你都干了些什么
File Size 165 KB
Installation Count 17
Current Version 1.0.0
Last Updated 2014-03-15
Publish Date 2014-03-15
Rating 5.00/5 Total 1 Ratings
Developer 默考文
Payment Type free
Extension Website http://www.mocoven.com
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u770b\u770b\u4f60\u90fd\u5e72\u4e86\u4e9b\u4ec0\u4e48",
    "version": "1.0.0",
    "description": "\u770b\u770b\u4f60\u90fd\u5e72\u4e86\u4e9b\u4ec0\u4e48",
    "author": "Mocoven",
    "icons": {
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "background": {
        "scripts": [
            "libs\/jquery-2.0.3.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "storage",
        "tabs",
        ""
    ],
    "browser_action": {
        "default_title": "",
        "default_icon": "images\/icon_128.png",
        "default_popup": "pages\/popup.html"
    },
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*\/*"
            ],
            "js": [
                "libs\/jquery-2.0.3.js",
                "js\/content_script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "data\/whitelist.json"
    ]
}