Bookmarker by start.me

This Bookmarker can be used to bookmark webpages to your start.me page while you surf - start.me

Bookmarker by start.meคืออะไร?

Bookmarker by start.me เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://start.me และคุณลักษณะหลักของมันคือ "This Bookmarker can be used to bookmark webpages to your start.me page while you surf - start.me"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bookmarker by start.me

ดาวน์โหลดไฟล์ส่วนขยาย Bookmarker by start.me ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Save Webpages to Start.me with One Click While You Surf

The start.me Bookmarker extension for Chrome is your ultimate tool for seamless bookmark management.

Key Features:
✓ Instant Bookmarking: Save any webpage to your start.me account in a click while you browse.

✓ Tab Management: Conveniently save all your open Chrome tabs for easy access later.

✓ Bookmark Import: Easily import your existing Chrome bookmarks to start.me, keeping all your favorites in one place.

✓ Search Simplified: Quickly search your start.me bookmarks straight from the address bar for faster access.

For an Integrated Browsing Experience:
Want start.me as your go-to New Tab page? Install our "New Tab extension by start.me" for a fully integrated bookmarking experience!

====
Version 7.3
- Many minor improvements and bug fixes

Version 7.1
- Save open tabs to start.me
- Many minor improvements and bug fixes

Version 4.0
- Upgraded to manifest 3
- Various bugs fixed
- Performance improvements

Version 3.2.0
- Fixed bug with Groups

Version 3.1.0
- New feature: auto-saving of links (into Unsorted Bookmarks)
- New feature: duplicate link checker                    

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

ชื่อ Bookmarker by start.me Bookmarker by start.me
ID obgopghdefjihikoknnjfooahlleabno
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bookmarker-by-startme/obgopghdefjihikoknnjfooahlleabno
คำอธิบาย This Bookmarker can be used to bookmark webpages to your start.me page while you surf - start.me
ขนาดไฟล์ 1.92 MB
จำนวนการติดตั้ง 4,125
เวอร์ชันปัจจุบัน 7.3.0
อัปเดตครั้งล่าสุด 2024-01-26
วันที่เผยแพร่ 2021-01-04
คะแนน 4.94/5 รวมทั้งหมด 31 คะแนน
ผู้พัฒนา https://start.me
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://start.me
URL หน้าช่วยเหลือ https://support.start.me/hc/en-us/articles/360018563880-Bookmarker-by-start-me
URL หน้านโยบายความเป็นส่วนตัว https://start.me/privacy
ภาษาที่รองรับ id,ms,de,en,fr,nl,no,vi,tr,da,es,it,hu,pl,pt-BR,ro,fi,sv,cs,el,sr,ru,iw,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_APP_NAME__",
    "short_name": "__MSG_APP_SHORT_NAME__",
    "description": "__MSG_APP_DESCRIPTION__",
    "version": "7.3.0",
    "author": "start.me",
    "homepage_url": "https:\/\/start.me",
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "32": "icons\/icon32.png",
        "38": "icons\/icon38.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "omnibox": {
        "keyword": "me"
    },
    "default_locale": "en",
    "offline_enabled": false,
    "incognito": "split",
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "options_ui": {
        "page": "popup.html#options",
        "browser_style": true,
        "open_in_tab": false
    },
    "action": {
        "default_icon": {
            "19": "icons\/icon19.png",
            "38": "icons\/icon38.png"
        },
        "default_title": "__MSG_ADD_TO_STARTME__",
        "default_popup": "popup.html",
        "browser_style": false
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+B",
                "mac": "Alt+B"
            },
            "description": "__MSG_ADD_TO_STARTME__"
        },
        "open_startme_homepage": {
            "suggested_key": {
                "default": "Alt+H",
                "mac": "Alt+H"
            },
            "description": "__MSG_OPEN_STARTME_HOMEPAGE__"
        }
    },
    "minimum_chrome_version": "88",
    "permissions": [
        "storage",
        "activeTab",
        "contextMenus"
    ],
    "optional_permissions": [
        "bookmarks",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/start.me\/"
    ],
    "externally_connectable": {
        "ids": [
            "*"
        ],
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/*.start.me\/*",
            "*:\/\/*.startme.com\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "popup.html",
                "welcome.html",
                "import.html",
                "options.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}