Plurk Clipper for Evernote
Clip Plurk's content to Evernote.
什麼是Plurk Clipper for Evernote?
Plurk Clipper for Evernote是由小飄飄開發的Chrome擴展程式,該擴展的主要功能是“Clip Plurk's content to Evernote.”。
擴展截圖
下載Plurk Clipper for Evernote擴展crx文件
下載Plurk Clipper for Evernote擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        簡單兩步驟,快速擷取噗浪(Plurk)的噗文及回噗到Evernote記事本!
-----
有任何問題或建議,歡迎私噗給我!
我的噗浪: https://www.plurk.com/stu43005
Github: https://github.com/stu43005/Plurk-Clipper-for-Evernote                     擴展基本資訊
| 名稱 |   |  
| ID | giahclaceijlnhmignnopeipkkeppidg | 
| 官方網址 | https://chromewebstore.google.com/detail/plurk-clipper-for-evernot/giahclaceijlnhmignnopeipkkeppidg | 
| 簡介 | Clip Plurk's content to Evernote. | 
| 檔案大小 | 200 KB | 
| 安裝次數 | 15 | 
| 目前版本 | 0.1.3.5 | 
| 更新時間 | 2017-12-01 | 
| 上架時間 | 2017-12-01 | 
| 開發者 | 小飄飄 | 
| 電子郵箱 | [email protected] | 
| 付費類型 | free | 
| 說明頁面URL | https://www.plurk.com/stu43005 | 
| 支援的語言 | zh-TW | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Plurk Clipper for Evernote",
    "version": "0.1.3.5",
    "description": "Clip Plurk's content to Evernote.",
    "icons": {
        "128": "images\/128.png",
        "48": "images\/48.png",
        "16": "images\/16.png"
    },
    "author": "Shiaupiau",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.plurk.com\/*",
                "https:\/\/www.plurk.com\/*"
            ],
            "js": [
                "node_modules\/localscript\/index.js",
                "libs\/vue.min.js",
                "libs\/ejs.min.js",
                "libs\/jsOAuth-1.3.7.min.js",
                "libs\/evernote-sdk-minified.js",
                "libs\/jquery-2.0.2.min.js",
                "libs\/purl.js",
                "config.js",
                "clip.js",
                "content-script.js"
            ],
            "css": [
                "clip.css"
            ]
        }
    ],
    "permissions": [
        "storage",
        "*:\/\/www.plurk.com\/",
        "https:\/\/www.evernote.com\/"
    ],
    "web_accessible_resources": [
        "gotOAuth.html",
        "tmpl\/*",
        "libs\/jquery-2.0.2.min.map",
        "images\/web-clipper-16x16.png"
    ]
}  |  |