Super Bookmark Desktop

Super Bookmark Desktop - the new tab page + bookmark manager that acts like your computer desktop!…

Super Bookmark Desktop란 무엇입니까?

Super Bookmark Desktop은(는) Kyle Paulsen에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Super Bookmark Desktop - the new tab page + bookmark manager that acts like your computer desktop!…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Super Bookmark Desktop 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Super Bookmark Desktop - the new tab page + bookmark manager that acts like your computer desktop!
​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​If you've ever wanted to treat your bookmarks like files on your desktop then give this a try! Some features:

* Cool desktop backgrounds and ability to add your own. Add a subreddit source and get new backgrounds every day!
* Click and Drag icons to move them around the desktop or into folders.
* Create a selection of multiple items by clicking and dragging with the mouse (then try moving all of them).
* Hold down Ctrl, Shift, or Command and then click an icon to multi-select icons.
* Right Click the desktop create bookmarks or to change backgrounds and set background settings.
* Right Click icons to edit or delete them (editing and deleting affects the actual bookmark).
* Create text files that sync like a normal bookmark. Good for making quick reminders!

This project is open source at: https://github.com/kylepaulsen/SuperBookmarkDesktop                    

확장 프로그램 기본 정보

이름 Super Bookmark Desktop Super Bookmark Desktop
ID mfpgdeedjdffbfoomliadmehaoailnjn
공식 URL https://chromewebstore.google.com/detail/super-bookmark-desktop/mfpgdeedjdffbfoomliadmehaoailnjn
설명 Super Bookmark Desktop - the new tab page + bookmark manager that acts like your computer desktop!…
파일 크기 22.68 MB
설치 횟수 1,261
현재 버전 1.5.0
최근 업데이트 2023-08-11
출시 날짜 2020-03-01
평점 4.50/5 총 30 개의 평점
개발자 Kyle Paulsen
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.kylepaulsen.com
도움말 페이지 URL https://github.com/kylepaulsen/SuperBookmarkDesktop/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.5.0",
    "manifest_version": 3,
    "name": "Super Bookmark Desktop",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "bookmarks",
        "favicon",
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "minimum_chrome_version": "104"
}