Plurk Clipper for Evernote
Clip Plurk's content to Evernote.
Plurk Clipper for Evernote là gì?
Plurk Clipper for Evernote là một tiện ích mở rộng Chrome được phát triển bởi 小飄飄, và tính năng chính của nó là "Clip Plurk's content to Evernote.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Plurk Clipper for Evernote
Tải xuống các tệp mở rộng Plurk Clipper for Evernote dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
簡單兩步驟,快速擷取噗浪(Plurk)的噗文及回噗到Evernote記事本! ----- 有任何問題或建議,歡迎私噗給我! 我的噗浪: https://www.plurk.com/stu43005 Github: https://github.com/stu43005/Plurk-Clipper-for-Evernote
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Plurk Clipper for Evernote |
ID | giahclaceijlnhmignnopeipkkeppidg |
URL Chính Thức | https://chromewebstore.google.com/detail/plurk-clipper-for-evernot/giahclaceijlnhmignnopeipkkeppidg |
Mô tả | Clip Plurk's content to Evernote. |
Kích Thước Tệp | 200 KB |
Số Lần Cài Đặt | 15 |
Phiên Bản Hiện Tại | 0.1.3.5 |
Cập Nhật Lần Cuối | 2017-12-01 |
Ngày Phát Hành | 2017-12-01 |
Nhà Phát Triển | 小飄飄 |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://www.plurk.com/stu43005 |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |