Alarmed Bookmark

Alarm to revisit website

Alarmed Bookmarkคืออะไร?

Alarmed Bookmark เป็นส่วนขยายของ Chrome ที่พัฒนาโดย psoft123 และคุณลักษณะหลักของมันคือ "Alarm to revisit website"

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

screenshot
screenshot
screenshot

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

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

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

                        Introducing Alarmed Bookmark, your friendly Chrome extension designed to provide timely reminders for your bookmarked sites.

Effortlessly set the date and time for personalized notifications, ensuring that you never miss a revisit to your favorite websites. You have the flexibility to update reminders as needed, with only the latest revision influencing the notification display.

Managing your alarmed websites is a breeze – simply navigate to the extension's options page. Here, you can review all your reminders and even cancel alarms if plans change.

Click on a notification, and voila! Your 'alarmed' website opens up. Worried about accidental closures? Don't be – our notifications stay put until you choose to interact, ensuring you have ample time to revisit the site.

Enabling Alarmed Bookmark is a snap – just click the extension icon or use the convenient shortcut (Ctrl+Shift+V for Windows or Shift+MacCtrl+V for Mac). Input your preferred date and time, save, and let the extension handle the rest. For Mac users, a quick trip to System Preferences ensures you won't miss a single notification.

Experience the simplicity of Alarmed Bookmark – because timely reminders make for a smoother online experience.                    

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

ชื่อ Alarmed Bookmark Alarmed Bookmark
ID jkhnlbnfjlclkanjkjlilpedadnoigab
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/alarmed-bookmark/jkhnlbnfjlclkanjkjlilpedadnoigab
คำอธิบาย Alarm to revisit website
ขนาดไฟล์ 13.48 KB
จำนวนการติดตั้ง 21
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2023-11-30
วันที่เผยแพร่ 2022-06-29
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา psoft123
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Alarmed Bookmark",
    "description": "Alarm to revisit website",
    "version": "1.0",
    "manifest_version": 3,
    "icons": {
        "48": "icon.png",
        "128": "icon.png"
    },
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Click to set alarm reminder to revisit the website"
    },
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "alarms",
        "notifications"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "options.html",
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+V",
                "mac": "Shift+MacCtrl+V"
            },
            "description": "Start the extension"
        }
    }
}