看看你都干了些什么

看看你都干了些什么

Cos'è 看看你都干了些什么?

看看你都干了些什么 è un'estensione di Chrome sviluppata da 默考文, e la sua funzione principale è "看看你都干了些什么".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione 看看你都干了些什么

Scarica i file di estensione 看看你都干了些什么 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome 看看你都干了些什么 看看你都干了些什么
ID plnjjnojdolabpolfojdbejlkngiejjg
URL Ufficiale 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
Descrizione 看看你都干了些什么
Dimensione del File 165 KB
Conteggio Installazioni 17
Versione Corrente 1.0.0
Ultimo Aggiornamento 2014-03-15
Data di Pubblicazione 2014-03-15
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore 默考文
Tipo di Pagamento free
Sito Web dell'Estensione http://www.mocoven.com
Lingue Supportate 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"
    ]
}