在线笔记
随时记录创意与想法,简单好用的网页笔记插件。
Cos'è 在线笔记?
在线笔记 è un'estensione di Chrome sviluppata da adsaferz, e la sua funzione principale è "随时记录创意与想法,简单好用的网页笔记插件。".
Screenshot dell'Estensione
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
                        简易好用的手写记事板,体积小开启快。
可新建、搜索笔记,浏览网页时,可打开笔记本随时记录创意与想法;
整理、记录快捷方便,操作简单,只要启动它,立即准备做你的笔记。                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | nacfmheedfnbnbphgpldndippccfgjmi | 
| URL Ufficiale | https://chromewebstore.google.com/detail/%E5%9C%A8%E7%BA%BF%E7%AC%94%E8%AE%B0/nacfmheedfnbnbphgpldndippccfgjmi | 
| Descrizione | 随时记录创意与想法,简单好用的网页笔记插件。 | 
| Dimensione del File | 1.04 MB | 
| Conteggio Installazioni | 471 | 
| Versione Corrente | 2.1.6 | 
| Ultimo Aggiornamento | 2017-05-26 | 
| Data di Pubblicazione | 2017-05-26 | 
| Sviluppatore | adsaferz | 
| [email protected] | |
| Tipo di Pagamento | free | 
| Lingue Supportate | zh-CN | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "zh_CN",
    "version": "2.1.6",
    "icons": {
        "16": "img\/annopad_16x16.png",
        "48": "img\/annopad_48x48.png",
        "128": "img\/annopad_128x128.png"
    },
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/md5.js",
            "js\/background.js",
            "js\/menu.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "unlimitedStorage",
        "management"
    ],
    "browser_action": {
        "default_icon": "img\/icon322.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/content.js"
            ]
        }
    ]
}  |  |