Pinboard Viewer
Make Pinboard (http://pinboard.in) pins act more like browser bookmarks. Includes fuzzy search by pin title and url.
Pinboard Viewer란 무엇입니까?
Pinboard Viewer은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Make Pinboard (http://pinboard.in) pins act more like browser bookmarks. Includes fuzzy search by pin title and url."입니다.
확장 프로그램 스크린샷
Pinboard Viewer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Click the button or use a keyboard shortcut (suggested: Cmd-Shift-P or Ctrl-Shift-P) to bring up your Pinboard bookmarks. Search for tag names to filter, or search for a page title or URL to find a specific bookmark. The results update as you type. Once you've found your bookmark, press Enter or Tab to open it. Hold Cmd (Mac) or Ctrl (Windows) to open it in a new tab.
확장 프로그램 기본 정보
이름 | Pinboard Viewer |
ID | odpfcajfjbfbgbglgmioehbenmdfnnii |
공식 URL | https://chromewebstore.google.com/detail/pinboard-viewer/odpfcajfjbfbgbglgmioehbenmdfnnii |
설명 | Make Pinboard (http://pinboard.in) pins act more like browser bookmarks. Includes fuzzy search by pin title and url. |
파일 크기 | 131 KB |
설치 횟수 | 134 |
현재 버전 | 1.1.2 |
최근 업데이트 | 2015-09-22 |
출시 날짜 | 2015-09-22 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | Unknown |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/lmartel/pinboard-viewer |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pinboard Viewer", "short_name": "Pinboard Viewer", "version": "1.1.2", "description": "Make Pinboard (http:\/\/pinboard.in) pins act more like browser bookmarks. Includes fuzzy search by pin title and url.", "manifest_version": 2, "content_security_policy": "script-src 'self'; object-src 'self'", "browser_action": { "default_title": "Pinboard Viewer", "default_icon": "\/img\/icon_colored_54.png", "default_popup": "\/html\/popup.html", "icons": [ "\/img\/icon_colored_54.png", "\/img\/icon_grey_54.png" ] }, "permissions": [ "storage", "https:\/\/api.pinboard.in\/v1\/*" ], "background": { "page": "\/html\/background.html" }, "icons": { "16": "\/img\/icon_colored_16.png", "48": "\/img\/icon_colored_48.png", "54": "\/img\/icon_colored_54.png", "104": "\/img\/icon_colored_104.png", "128": "\/img\/icon_colored_128.png" }, "options_page": "\/html\/options.html", "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Ctrl+Shift+P", "mac": "Command+Shift+P", "chromeos": "Ctrl+Shift+P", "linux": "Ctrl+Shift+P" } } } } |