Bookmark It

The only extension that lets you create awesome bookmarks on your Youtube videos while showing you the best parts of videos.

Bookmark Itคืออะไร?

Bookmark It เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Happy Developers และคุณลักษณะหลักของมันคือ "The only extension that lets you create awesome bookmarks on your Youtube videos while showing you the best parts of videos."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bookmark It

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

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

                        The only extension that lets you create awesome bookmarks on your Youtube videos while showing you the best part of videos so you don't waste your time seeing non-useful information.

Webpage: https://bookmark-it.happydevelopers.co/

Support on Patreon: https://www.patreon.com/miguelcrespo

Features:

Don't lose moments

Press b on any youtube video and make annotations with our well-developed Bookmark Creator component and access them later when you need them with just a click.



Access all your bookmark in one place

We take UX (User Experience) seriously that's why finding the bookmark you're looking for is as easy as blink no matter if you are returning to a video where you have a saved bookmark or you are using our built-in popup to search across all your saved bookmarks.

POWER PACK

Sync your bookmarks across all your devices and never lose one

With our synchronization feature, we make sure you are never going to lose a moment when you're using Bookmark It and that your bookmarks are going to be available everytime you need them.


Don't waste time [IN DEVELOPMENT] [FREE WHILE IN TESTS]

With our algorithms we can tell you where the best parts of a video are so you don't waste your time seeing non-useful information (Apply for popular videos across our network).


Android Application [IN DEVELOPMENT]

Access all your saved bookmarks on your mobile device.



UI Customization [IN DEVELOPMENT]

Don't like our colors? Make Bookmark It yours by changing all colors to your favorites ones.

ABOUT

Bookmark It is a Chrome and (soon Firefox) extension that allows you to save the best parts of a video with just the press of a key.

Want to give us recommendations or report something? Don't hesitate to contact me at [email protected]                    

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

ชื่อ Bookmark It Bookmark It
ID adhfhfpebeloakommdgicanmhfbeifnb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bookmark-it/adhfhfpebeloakommdgicanmhfbeifnb
คำอธิบาย The only extension that lets you create awesome bookmarks on your Youtube videos while showing you the best parts of videos.
ขนาดไฟล์ 680 KB
จำนวนการติดตั้ง 10,883
เวอร์ชันปัจจุบัน 1.5.12
อัปเดตครั้งล่าสุด 2023-12-08
วันที่เผยแพร่ 2020-04-18
คะแนน 3.86/5 รวมทั้งหมด 49 คะแนน
ผู้พัฒนา Happy Developers
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://bookmark-it.happydevelopers.co/
URL หน้านโยบายความเป็นส่วนตัว https://bookmark-it.happydevelopers.co
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bookmark It",
    "short_name": "The only extension that lets you create awesome bookmarks on your Youtube videos",
    "description": "The only extension that lets you create awesome bookmarks on your Youtube videos while showing you the best parts of videos.",
    "version": "1.5.12",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html"
    },
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "youtube.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/bookmark-it.happydevelopers.co https:\/\/apis.google.com https:\/\/cdn.firebase.com https:\/\/*.firebaseio.com; object-src 'self'",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "optional_permissions": [
        "https:\/\/*\/"
    ]
}