Zulu - Bookmarks Reimagined

Organise your tabs and bookmarks to upgrade your browsing experience and productivity!

Zulu - Bookmarks Reimaginedคืออะไร?

Zulu - Bookmarks Reimagined เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tryzulu.com และคุณลักษณะหลักของมันคือ "Organise your tabs and bookmarks to upgrade your browsing experience and productivity!"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Zulu - Bookmarks Reimagined

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

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

                        Browser bookmarks and tabs slow you and your computer down. Upgrade your browsing experience with a visual, collaborative, cross-platform bookmark and tab manager :)

★ Benefits include:
➤ Stop wasting time finding that link from yesterday
➤ Organise your online browsing (where we spend a huge % of our lives :-|)
➤ Stop having too many tabs open so you can focus on the right task at the right time
➤ Easily share your content and research with friends and colleagues
➤ Vastly improve your browser's performance

--------------

➤ How it started...
Two designers were tired of the limited bookmark functionality in browsers. So we decided to improve the way we save content online and enable us to share it with co-workers and friends - Zulu!

Give us some encouragement with a 5 star review if Zulu has helped you!
★★★★★

➤ Send us feedback if you'd like Zulu to get better - we want that too :)
➤ Suggest and view our feature ideas and roadmap at: https://trello.com/b/c0Sy9XsY/zulu-feature-ideas-roadmap
➤ We're making improvements all the time to the site and the extension so please feel free to give us any feedback via the chat widget in the app or contact us at [email protected].


★ Shortcuts
- Use the shortcut Ctrl / Cmd + Shift + L to quickly add the current web page as a link on one of your Zulu boards.
- Use the shortcut Ctrl / Cmd + Shift + O to open your Zulu in a new tab.

--------------

Thanks and happy browsing! :)
Oana & DJ                    

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

ชื่อ Zulu - Bookmarks Reimagined Zulu - Bookmarks Reimagined
ID dhilfkkijcpfdnonblmciaoljbjmfhmp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/zulu-bookmarks-reimagined/dhilfkkijcpfdnonblmciaoljbjmfhmp
คำอธิบาย Organise your tabs and bookmarks to upgrade your browsing experience and productivity!
ขนาดไฟล์ 308 KB
จำนวนการติดตั้ง 691
เวอร์ชันปัจจุบัน 1.20
อัปเดตครั้งล่าสุด 2022-07-31
วันที่เผยแพร่ 2019-12-01
คะแนน 3.82/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา https://tryzulu.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://tryzulu.com
URL หน้านโยบายความเป็นส่วนตัว https://app.tryzulu.com/privacy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Zulu - Bookmarks Reimagined",
    "version": "1.20",
    "manifest_version": 2,
    "description": "Organise your tabs and bookmarks to upgrade your browsing experience and productivity!",
    "homepage_url": "http:\/\/app.tryzulu.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "options_page": "src\/options_custom\/index.html",
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Zulu",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+L",
                "mac": "Command+Shift+L"
            },
            "description": "Bookmark the web link you're viewing"
        },
        "open-zulu-new-tab": {
            "suggested_key": {
                "default": "Ctrl+Shift+O",
                "mac": "Command+Shift+O"
            },
            "description": "Open Zulu in a new tab"
        }
    },
    "permissions": [
        "cookies",
        "storage",
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/algorithmia.com\/ https:\/\/apis.google.com https:\/\/ajax.googleapis.com\/; object-src 'self'"
}