online / offline Bookmark Manager

Bookmark Viewer/Editor: no uploads reqd.(offline), full tab view.

online / offline Bookmark Managerคืออะไร?

online / offline Bookmark Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย _M E_ และคุณลักษณะหลักของมันคือ "Bookmark Viewer/Editor: no uploads reqd.(offline), full tab view."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย online / offline Bookmark Manager

ดาวน์โหลดไฟล์ส่วนขยาย online / offline Bookmark Manager ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        SHORT VERSION :-

 1. Please report bugs and share any feedback.
 2. USE SHORTCUT - Ctrl+Shift+F - default (set shortcut in chrome if it not working).
 3. Interface is easy to understand and support drag/drop.
 4. Use right click - you can rename, hide names to show only icons on bookmark bar.
 5. Make bookmark folders and pin folders to side - drag drop to side.
 6. Set a home folder ( right click on pinned folders ). Drag drop titles of main folders such as "Bookmark Bar" to pin them.
 7. Its just an editor - doesn't mess up your data or store it anywhere - no undo yet - does not (should not) interfere with syncing bookmarks with mobile.
 8. Try clicking "column-wise"/ "row-wise" and "Group" buttons on top right - they alter layout. The next button "Edit" is for selecting and moving/deleting multiple.

LONG VERSION :-

Firstly : The extension is mostly useful if you have a lot of bookmarks. I appreciate feedback (especially +ve ones) - I do get to things eventually.
Please report bugs - via comments/emails.

BASIC IDEA:  To view and manage bookmarks on full screen. It shows and edits in chrome bookmarks - move / rename / delete etc in a full tab view like a website.

PRIVACY:  NO DATA IS UPLOADED TO ANY WEBSITE - its not required. 

HOW I USE THIS: I personally use it to view my mobile and other bookmarks occasionally and to hide some of their names so that they show as simply icons on the bookmarks bar(use right click).

I use shortcut to open it - Ctrl + Shift + F (reset it if it doesn't work).

Also I just pin a folder onto side and open another folder - then just DRAG and DROP links onto the pinned one - to quickly move things.

Also when searching for some projects, I tend to create its separate folder. Pin it to side and set it as home. Whenever if I have to check links later, just press shortcut and all the links show up on screen in full page.

SYNC DATA across devices: It does not interfere with chrome's built-in data synch-up process. So you can bookmark something on phone and after google syncs your data it will show up in the extension.

GROUP: To show folders together and bookmarks sorted alphabetically (by url).

DUPLICATES: Button on left side to check if you have any.

SEARCH: Search within current folder.

RIGHT CLICK: things such as rename, delete, hide name in bookmark bar, show in folder (when clicking something you found through search).

DRAG/DROP: You can use it to move bookmarks/folders to another folder. Or pin a folder to side bar (maybe set it as home later - right click).

ROW-WISE / COLUMN-WISE: Button in top right. Its used to switch the direction in which the bookmarks are arranged.


Tips:
1. Use Ctrl + F (chrome's feature) to find bookmarks time to time.
2. Use Right click menus. They have features like show in folder (in search).
3. Edit Mode : Button in top right. It just allows you to select and apply simple operations - move, delete - to multiple bookmarks/folders at once.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ online / offline Bookmark Manager online / offline Bookmark Manager
ID mapbjomepcjikhdlcpipcpkeembagldp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/online-offline-bookmark-m/mapbjomepcjikhdlcpipcpkeembagldp
คำอธิบาย Bookmark Viewer/Editor: no uploads reqd.(offline), full tab view.
ขนาดไฟล์ 108 KB
จำนวนการติดตั้ง 2,630
เวอร์ชันปัจจุบัน 5.0.4
อัปเดตครั้งล่าสุด 2022-08-26
วันที่เผยแพร่ 2020-04-19
คะแนน 4.51/5 รวมทั้งหมด 37 คะแนน
ผู้พัฒนา _M E_
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "online \/ offline Bookmark Manager",
    "version": "5.0.4",
    "author": "",
    "description": "Bookmark Viewer\/Editor: no uploads reqd.(offline), full tab view.",
    "offline_enabled": true,
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/16.png",
            "32": "images\/32.png",
            "48": "images\/48.png",
            "128": "images\/128.png"
        },
        "default_title": "Displays all bookmarks in new tab."
    },
    "permissions": [
        "bookmarks",
        "storage",
        "chrome:\/\/favicon\/"
    ],
    "incognito": "split",
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F"
            }
        }
    }
}