My Web Routine - Goodbye bookmarks

Optimize your morning productivity by automatizing the websites you visit daily. No bookmarks, just a streamlined browsing process.

My Web Routine - Goodbye bookmarksคืออะไร?

My Web Routine - Goodbye bookmarks เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Chromy Extensions และคุณลักษณะหลักของมันคือ "Optimize your morning productivity by automatizing the websites you visit daily. No bookmarks, just a streamlined browsing process."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย My Web Routine - Goodbye bookmarks

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

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

                        Goodbye bookmarks! Hello browsing reminders!

Kickstart your day with the ultimate productivity-boosting Chrome extension designed to optimize and automate your daily web schedule.

Ideal for individuals who thrive on structure, this extension supports you by managing your recurring bookmarks. Whether you commence your day by reading the news, staying connected through social media, or exploring new shopping deals, "My Browsing Routine" helps you streamline these tasks, conserving your mental bandwidth for other essential pursuits.

----

Key features:

➡️ Personalized Online Morning Schedule: Create your daily list of websites to visit in your preferred order. The extension will systematically open each tab as you've arranged, guiding you smoothly one site at a time.

➡️ Customizable Website Visit Intervals: Some sites don't require a daily visit—maybe weekly or monthly checks are more suitable. You can designate custom visit intervals for each website on your list. Be it every day, every third day, or every second Tuesday of the month, you're in complete control.

➡️ Automated Walkthrough: The extension initiatively launches at the scheduled time, opening tabs in your determined order, allowing you to concentrate on the content rather than recalling the sequence. Alerts and reminders are also included.

----

🔒 Privacy:

This is an entirely serverless extension – there's no backend server, and no data collection. Enjoy your browsing privacy! 

----
New features coming soon:

This is an early Beta version. New features will be added within the next few weeks including:

- Ability to store notes on each website and access them during each visit

- Ability to summarize the recent changes via ChatGPT                    

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

ชื่อ My Web Routine - Goodbye bookmarks My Web Routine - Goodbye bookmarks
ID ghhjbcnlpebjnkgpamndcijlcknaknfl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/my-web-routine-goodbye-bo/ghhjbcnlpebjnkgpamndcijlcknaknfl
คำอธิบาย Optimize your morning productivity by automatizing the websites you visit daily. No bookmarks, just a streamlined browsing process.
ขนาดไฟล์ 296 KB
จำนวนการติดตั้ง 58
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2024-02-19
วันที่เผยแพร่ 2023-06-18
คะแนน 4.83/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Chromy Extensions
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "My Web Routine - Goodbye bookmarks",
    "description": "Optimize your morning productivity by automatizing the websites you visit daily. No bookmarks, just a streamlined browsing process.",
    "version": "1.1.0",
    "permissions": [
        "storage",
        "tabs"
    ],
    "action": {
        "default_icon": {
            "16": "icons\/16.png",
            "19": "icons\/19.png",
            "32": "icons\/32.png",
            "38": "icons\/38.png"
        },
        "default_popup": "src\/entries\/popup\/index.html"
    },
    "background": {
        "service_worker": "serviceWorker.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "src\/entries\/contentScript\/main.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*",
                "fonts\/*"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "assets\/src\/entries\/contentScript\/main-d93b41c9.js",
                "assets\/browser-polyfill-0a412c94.js",
                "assets\/_plugin-vue_export-helper-adf5ee88.js",
                "assets\/main-4587b2c9.css"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "use_dynamic_url": true
        }
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "16": "icons\/16.png",
        "19": "icons\/19.png",
        "32": "icons\/32.png",
        "38": "icons\/38.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "96": "icons\/96.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png"
    },
    "options_ui": {
        "page": "src\/entries\/options\/index.html",
        "open_in_tab": true
    }
}