Batch Save Pocket
Add multiple links to Pocket at once through the selected text or by pasting links into the extension.
Batch Save Pocket란 무엇입니까?
Batch Save Pocket은(는) karan173에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add multiple links to Pocket at once through the selected text or by pasting links into the extension."입니다.
확장 프로그램 스크린샷
Batch Save Pocket 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension is an add-on for Pocket, formerly Read It Later. It allows the user to add multiple links to their Pocket account at once, through the text they select on Chrome or by pasting links into the extension. All the hyperlinks/urls in the selected text are parsed by this extension. It is also possible to add common and custom tags to the selected links before sending them to Pocket. Developed by - karan173 To report any issues with the extension, email me at [email protected] Note- To logout and login as a different Pocket user, click Logout in the extension. Then go to getpocket.com, login as a different user there, and then click on the extension icon. Changelog v3.0 --Fixed bugs with common tag not being added. - The extension requires less permissions now. - Added a link to the user's Pocket account on the popup. Changelog v2.0 --Added option to logout. --Fixed bug which caused an error to be logged into console. --Added feature to add links to Pocket by pasting them into extension. --Now multiple links will be added to Pocket in the order in which they appear in the extension. --Basic UI changes.
확장 프로그램 기본 정보
이름 | Batch Save Pocket |
ID | ihhiomekhplpdojbcaniaglcfopckaef |
공식 URL | https://chromewebstore.google.com/detail/batch-save-pocket/ihhiomekhplpdojbcaniaglcfopckaef |
설명 | Add multiple links to Pocket at once through the selected text or by pasting links into the extension. |
파일 크기 | 73.58 KB |
설치 횟수 | 4,124 |
현재 버전 | 3.0 |
최근 업데이트 | 2020-05-27 |
출시 날짜 | 2020-05-27 |
평점 | 4.60/5 총 109 개의 평점 |
개발자 | karan173 |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/karan173/Batch-Save-Pocket |
도움말 페이지 URL | https://github.com/karan173/Batch-Save-Pocket |
개인정보 보호 정책 페이지 URL | https://github.com/karan173/Multi-Forward-for-Gmail/wiki/Technical-Overview-and-Privacy-Policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Batch Save Pocket", "short_name": "Pocket Batch", "description": "Add multiple links to Pocket at once through the selected text or by pasting links into the extension.", "version": "3.0", "permissions": [ "activeTab", "*:\/\/getpocket.com\/*" ], "author": "Karandeep Singh Bhatia(karan173)", "browser_action": { "default_icon": "img\/icon128.png", "default_popup": "html\/popup.html" }, "icons": { "48": "img\/icon48.png", "128": "img\/icon128.png" }, "web_accessible_resources": [ "html\/login.html" ] } |