Quick Bookmark to Folders
Lets you create fast buttons for bookmarking into your favourite folders
Quick Bookmark to Folders란 무엇입니까?
Quick Bookmark to Folders은(는) krystof1000에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Lets you create fast buttons for bookmarking into your favourite folders"입니다.
확장 프로그램 스크린샷
Quick Bookmark to Folders 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Anyone else bothered with bookmarking to folders in Chrome? I was using this extension: https://chrome.google.com/webstore/detail/cgfpmbdcelimppngkinoingifggiiifl but I had to make a possibility to create more buttons for bookmarking. So give credit to Robin, the creator of that extension as well!
확장 프로그램 기본 정보
이름 | Quick Bookmark to Folders |
ID | mifmiegljejaablipoiodebmmngiekon |
공식 URL | https://chromewebstore.google.com/detail/quick-bookmark-to-folders/mifmiegljejaablipoiodebmmngiekon |
설명 | Lets you create fast buttons for bookmarking into your favourite folders |
파일 크기 | 152 KB |
설치 횟수 | 96 |
현재 버전 | 1.2 |
최근 업데이트 | 2015-01-26 |
출시 날짜 | 2015-01-25 |
평점 | 3.00/5 총 2 개의 평점 |
개발자 | krystof1000 |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "manifest_version": 2, "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Quick Bookmark to Folders", "version": "1.2", "description": "Lets you create fast buttons for bookmarking into your favourite folders", "browser_action": { "default_icon": "images\/browser_icon_19.png", "default_popup": "popup.html" }, "icons": { "128": "images\/icon_128.png", "16": "images\/icon_16.png", "32": "images\/icon_32.png", "48": "images\/icon_48.png" }, "permissions": [ "bookmarks", "tabs" ] } |