Pinboard++ for Pinboard
Enhance your Pinboard experience.
Pinboard++ for Pinboard란 무엇입니까?
Pinboard++ for Pinboard은(는) cppcho에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enhance your Pinboard experience."입니다.
확장 프로그램 스크린샷
Pinboard++ for Pinboard 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Save to Pinboard with keyboard shortcuts Shortcuts: Cmd/Ctrl+Shift+K - Open popup Cmd/Ctrl+Enter - Save bookmark Cmd/Ctrl+Backspace - Delete bookmark ----- "Pinboard (https://pinboard.in/) is a fast, no-nonsense bookmarking site for people who value privacy and speed." ----- SOURCE CODE: https://github.com/cppcho/pinboard-plusplus
확장 프로그램 기본 정보
이름 | Pinboard++ for Pinboard |
ID | kmbofkenjncfapkighkijhmeelkgnldo |
공식 URL | https://chromewebstore.google.com/detail/pinboard++-for-pinboard/kmbofkenjncfapkighkijhmeelkgnldo |
설명 | Enhance your Pinboard experience. |
파일 크기 | 81.14 KB |
설치 횟수 | 61 |
현재 버전 | 1.2.5 |
최근 업데이트 | 2017-01-02 |
출시 날짜 | 2017-01-01 |
평점 | 4.57/5 총 7 개의 평점 |
개발자 | cppcho |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/cppcho/pinboard-plusplus |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pinboard++ for Pinboard", "version": "1.2.5", "description": "Enhance your Pinboard experience.", "author": "cppcho", "minimum_chrome_version": "51", "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "browser_action": { "default_icon": { "19": "img\/ba-19.png", "38": "img\/ba-38.png" }, "default_title": "Pinboard++", "default_popup": "html\/popup.html" }, "options_ui": { "page": "html\/options.html", "chrome_style": true }, "permissions": [ "storage", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "js\/lib\/jquery.min.js", "js\/eventPage.js" ], "persistent": false }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+K" } } } } |