Random Bookmark Machine
Explore forgotten bookmarks with this highly customizable time machine!
Random Bookmark Machine란 무엇입니까?
Random Bookmark Machine은(는) micpob에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Explore forgotten bookmarks with this highly customizable time machine!"입니다.
확장 프로그램 스크린샷
Random Bookmark Machine 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Click the blue and yellow button on your Toolbar and a random website from your bookmarks list will open. This is the lightest, fastest and most customizable extension of this kind. You can choose to: - Select only bookmarks stored in some specific folders - Select only bookmarks created in a specific range of dates - Open each bookmark in a new tab or always in the same tab - Show a short notification for every bookmark opened. In the notification you will see the date of when you created the bookmark and the name of the folder where the bookmark is stored - Use the keyboard shortcut Ctrl + Shift + K to open the bookmarks, instead of the Toolbar button (this option is off by default, you have to activate it in the Options page) All options are easily manageable in our cool vintage styled Options page. Right-click on the Toolbar button and select “Options” to open the Options page. Note: this extension asks for permission to access your bookmarks and history in order to be able to find bookmarks urls and open them in Chrome tabs. This extension does not collect, store, transmit or make any use of your data apart from randomly selecting and opening bookmarks in your browser. Have fun!!
확장 프로그램 기본 정보
이름 | Random Bookmark Machine |
ID | jpofhhlmbncfdodogngdidhkecjigaab |
공식 URL | https://chromewebstore.google.com/detail/random-bookmark-machine/jpofhhlmbncfdodogngdidhkecjigaab |
설명 | Explore forgotten bookmarks with this highly customizable time machine! |
파일 크기 | 61.17 KB |
설치 횟수 | 455 |
현재 버전 | 1.8 |
최근 업데이트 | 2022-05-05 |
출시 날짜 | 2020-05-15 |
평점 | 4.43/5 총 7 개의 평점 |
개발자 | micpob |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en,fr,es,it,pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extension_name__", "short_name": "RndBkMch", "version": "1.8", "content_security_policy": "default-src 'self'", "description": "__MSG_extension_description__", "manifest_version": 2, "default_locale": "en", "icons": { "16": "Res\/Icons\/icon16.png", "32": "Res\/Icons\/icon32.png", "48": "Res\/Icons\/icon48.png", "128": "Res\/Icons\/icon128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "storage", "bookmarks", "notifications" ], "options_ui": { "page": "options.html" }, "browser_action": { "default_icon": { "16": "Res\/Icons\/icon16.png", "32": "Res\/Icons\/icon32.png", "48": "Res\/Icons\/icon48.png", "128": "Res\/Icons\/icon128.png" } }, "commands": { "get_random_bookmark": { "suggested_key": { "default": "Ctrl+Shift+K" }, "description": "Open random bookmark" } } } |