Context Menu Bookmarks
Use bookmarks and bookmarklets from the context menu.
Context Menu Bookmarks란 무엇입니까?
Context Menu Bookmarks은(는) UziTech에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Use bookmarks and bookmarklets from the context menu."입니다.
확장 프로그램 스크린샷
Context Menu Bookmarks 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Your bookmarks and bookmarklets are just a (right) click away. Have you ever wanted to use a bookmarklet on a pinned site. Well now you can. This extension allows you to view your bookmarks and bookmarklets in the right-click context menu.
확장 프로그램 기본 정보
이름 | Context Menu Bookmarks |
ID | cbdjbceefoomlmgnbhpodmeldoihbaim |
공식 URL | https://chromewebstore.google.com/detail/context-menu-bookmarks/cbdjbceefoomlmgnbhpodmeldoihbaim |
설명 | Use bookmarks and bookmarklets from the context menu. |
파일 크기 | 8.31 KB |
설치 횟수 | 643 |
현재 버전 | 2.2.0 |
최근 업데이트 | 2015-05-12 |
출시 날짜 | 2015-05-12 |
평점 | 4.00/5 총 15 개의 평점 |
개발자 | UziTech |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/UziTech/ContextMenuBookmarks |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Context Menu Bookmarks", "short_name": "Ctx Bookmarks", "version": "2.2.0", "description": "Use bookmarks and bookmarklets from the context menu.", "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "bookmarks", "contextMenus", "activeTab" ], "manifest_version": 2 } |