iBookmark Bookmarks
the best bookmarks manager in Chrome
iBookmark Bookmarks란 무엇입니까?
iBookmark Bookmarks은(는) winniringy에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "the best bookmarks manager in Chrome"입니다.
확장 프로그램 스크린샷
iBookmark Bookmarks 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
打造最好用的Chrome书签收藏夹插件. 1.将收藏夹以列表展示,相比树形图不用层层点击,可以直接看到所有网址; 2.支持搜索,快速查找; 3.支持在某分类下面新建收藏站点; 4.点击网址icon图标,可以对该书签进行修改以及删除操作; 5.支持最常访问统计,将常用网址置顶; 6.支持最新添加的网址展示。 The best bookmarks plug-in for Chrome. 1. Display bookmarks with list, compared to the layers of the tree,you do need click, you can directly see all URLs; 2. Support the search, quickly find; 3. Support add new site; 4. Click URL favicon icon, you can modify the bookmarks and delete operations; 5. Support most visited statistics, frequently used site top; 6. Support the newly added URL display.
확장 프로그램 기본 정보
이름 | |
ID | fnfchnalfnjbjbfeccpophocngdgapad |
공식 URL | https://chrome.google.com/webstore/detail/ibookmark-bookmarks/fnfchnalfnjbjbfeccpophocngdgapad |
설명 | the best bookmarks manager in Chrome |
파일 크기 | 27.57 KB |
설치 횟수 | 3,000 |
현재 버전 | 0.0.3 |
최근 업데이트 | 2017-04-18 |
출시 날짜 | 2017-04-18 |
평점 | 4.55/5 총 29 개의 평점 |
개발자 | winniringy |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/0326/iBookmark |
도움말 페이지 URL | https://github.com/0326/iBookmark/issues |
지원되는 언어 | en,en-US,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.3", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "icons": { "16": "build\/img\/icon16.png", "48": "build\/img\/icon48.png", "128": "build\/img\/icon128.png" }, "browser_action": { "default_icon": { "19": "build\/img\/icon19.png", "38": "build\/img\/icon38.png" }, "default_title": "iBookmark", "default_popup": "index.html" }, "options_page": "options.html", "permissions": [ "bookmarks", "http:\/\/*\/", "chrome:\/\/favicon\/", "storage" ] } |