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."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Plurk Clipper for Evernote

ดาวน์โหลดไฟล์ส่วนขยาย Plurk Clipper for Evernote ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        簡單兩步驟,快速擷取噗浪(Plurk)的噗文及回噗到Evernote記事本!

-----
有任何問題或建議,歡迎私噗給我!
我的噗浪: https://www.plurk.com/stu43005
Github: https://github.com/stu43005/Plurk-Clipper-for-Evernote                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Plurk Clipper for Evernote Plurk Clipper for Evernote
ID giahclaceijlnhmignnopeipkkeppidg
URL อย่างเป็นทางการ 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"
    ]
}