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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
簡單兩步驟,快速擷取噗浪(Plurk)的噗文及回噗到Evernote記事本! ----- 有任何問題或建議,歡迎私噗給我! 我的噗浪: https://www.plurk.com/stu43005 Github: https://github.com/stu43005/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" ] } |