Popup my Bookmarks
A more efficient way to view and manage your bookmarks menu.
Popup my Bookmarks란 무엇입니까?
Popup my Bookmarks은(는) foray1010에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A more efficient way to view and manage your bookmarks menu."입니다.
확장 프로그램 스크린샷
Popup my Bookmarks 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
- Firefox / IE-like bookmarks menu
- Place mouse over folders to open it
- Search bookmarks when you type
- Do what Bookmark manager can do and more (e.g., Sort bookmarks by name, Add separator)
- Highly configurable
- Save 24px of your vertical workspace (Rock on Chromebook!)
- Take as few permissions as possible, we never put your privacy at risk
- No background running application, save computer memory and your privacy!
Changelog:
## Todo & Working Progress
See
## Contributing
- Translate to other languages. It's all depended on volunteers as I am not a linguist. ;-)
Please join our translation team on
- Fork me on GitHub, join our development!
Repo: 확장 프로그램 기본 정보
| 이름 | |
| ID | mppflflkbbafeopeoeigkbbdjdbeifni |
| 공식 URL | https://chromewebstore.google.com/detail/popup-my-bookmarks/mppflflkbbafeopeoeigkbbdjdbeifni |
| 설명 | A more efficient way to view and manage your bookmarks menu. |
| 파일 크기 | 134 KB |
| 설치 횟수 | 10,000 |
| 현재 버전 | 8.0.0 |
| 최근 업데이트 | 2024-01-08 |
| 출시 날짜 | 2019-12-03 |
| 평점 | 4.55/5 총 504 개의 평점 |
| 개발자 | foray1010 |
| 이메일 | [email protected] |
| 결제 유형 | free |
| 확장 프로그램 웹 사이트 | https://github.com/foray1010/Popup-my-Bookmarks |
| 도움말 페이지 URL | https://github.com/foray1010/Popup-my-Bookmarks/issues |
| 개인정보 보호 정책 페이지 URL | https://github.com/foray1010/Popup-my-Bookmarks/blob/master/PRIVACY.md |
| 지원되는 언어 | de,en,fr,nl,no,vi,es,it,sv,ru,zh-CN,zh-TW,ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Popup my Bookmarks",
"short_name": "PmB",
"version": "8.0.0",
"manifest_version": 3,
"minimum_chrome_version": "108",
"offline_enabled": true,
"default_locale": "en",
"description": "__MSG_extDesc__",
"homepage_url": "https:\/\/github.com\/foray1010\/Popup-my-Bookmarks",
"icons": {
"16": ".\/images\/icon16.png",
"48": ".\/images\/icon48.png",
"128": ".\/images\/icon128.png"
},
"content_security_policy": {
"extension_pages": "base-uri 'none'; default-src 'none'; form-action 'none'; frame-ancestors 'none'; img-src 'self' data:; script-src 'self'; style-src 'unsafe-inline';"
},
"action": {
"default_icon": ".\/images\/icon38.png",
"default_popup": ".\/popup.html"
},
"options_ui": {
"page": ".\/options.html"
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Alt+Shift+B"
}
}
},
"permissions": [
"activeTab",
"bookmarks",
"favicon",
"scripting",
"storage",
"tabs"
]
} | |