Rediscover and Share the Web - Deckr

The Ultimate Social Bookmark Manager. With a secure offline AI chat and more. More new features on the way!

Rediscover and Share the Web - Deckrคืออะไร?

Rediscover and Share the Web - Deckr เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://deckr.surf และคุณลักษณะหลักของมันคือ "The Ultimate Social Bookmark Manager. With a secure offline AI chat and more. More new features on the way!"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Rediscover and Share the Web - Deckr

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

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

                        Deckr is a social bookmark manager, which allows you to quickly access your favorite bookmarks right on the start page / new tab page.

Welcome to the new way to find and share your favorite content online! Share quality user generated content, your favorite sites and resources. Discovering great content has never been easier! Find quality content without the browser algorithms directing your shares. Quickly access all your favorite bookmarks on the Deckr start page and new tab page. 

You own your data! No login or access to the cloud is required for the basic use.* No distractions - Deckr is ads free. 

* Creating an account is only required to backup your data and to use sharing features. 

Main features:

★ Bookmark collections
Build and organize collections of bookmarks

★ Powerful Search
Quickly search your bookmarks and recently browsed locations. Use multiple search engine choice for web search. 

★ Share & Publish
Publish a bookmark collection you want to share. Download useful bookmark collections made by other users. 

★ RSS
Display RSS feeds from your favorite sites directly on your dashboard.

★ Al Chat Bot
Use your own Al Chat Bot Model as your virtual assistant, even if you are offline! 

Other features:

✔ Quickly switch to your browser bookmarks and back to Deckr - no need to import
✔ Keyboard friendly “Inbox” Drop zone
✔ Automatically create a “Deck” from your currently open Tabs
✔ Image Converter
✔ Podcast Player
✔ World Clock, Calculator, QR Code Maker and other widgets
✔ Back up your bookmark collections
✔  more features to come

───────────────────────────────────────
Changelog 1.4.2.402 
What's new:

Localized for:  English, German, Spanish, Japanese, French, Czech, Danish, Finnish, Italian, Dutch, Russian, Swedish, Chinese
───────────────────────────────────────

Created by Cocoatech, makers of Path Finder for MacOS. Over 20 years of our experience in the file management now comes to your web browser. 
Power of the Desktop application coming to your web browser.

Cocoatech, LLC

1250 27th Ave.

San Francisco, 
CA 94122                    

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

ชื่อ Rediscover and Share the Web - Deckr Rediscover and Share the Web - Deckr
ID ghjkeiinoiihhblgdgdmmijgjhhkaiof
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/rediscover-and-share-the/ghjkeiinoiihhblgdgdmmijgjhhkaiof
คำอธิบาย The Ultimate Social Bookmark Manager. With a secure offline AI chat and more. More new features on the way!
ขนาดไฟล์ 2.19 MB
จำนวนการติดตั้ง 727
เวอร์ชันปัจจุบัน 1.4.2.402
อัปเดตครั้งล่าสุด 2024-02-08
วันที่เผยแพร่ 2023-04-14
คะแนน 5.00/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา https://deckr.surf
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://deckr.surf/
URL หน้าช่วยเหลือ https://deckr.surf
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rediscover and Share the Web - Deckr",
    "version": "1.4.2.402",
    "version_name": "1.4.2.402",
    "manifest_version": 3,
    "description": "The Ultimate Social Bookmark Manager. With a secure offline AI chat and more. More new features on the way!",
    "chrome_url_overrides": {
        "newtab": "new_tab_page.html"
    },
    "background": {
        "service_worker": "js\/background_service.js"
    },
    "permissions": [
        "bookmarks",
        "tabs",
        "topSites",
        "history",
        "favicon"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' ; object-src 'self'"
    },
    "commands": {
        "add-bookmark": {
            "suggested_key": {
                "default": "Ctrl+Shift+L"
            },
            "description": "Save current tab to Deckr."
        },
        "open-find-dialog": {
            "suggested_key": {
                "default": "Ctrl+Shift+F"
            },
            "description": "Open Find dialog in Deckr."
        }
    },
    "icons": {
        "16": "icons\/favicon.png",
        "32": "icons\/app_icon_32.png",
        "64": "icons\/app_icon_64.png",
        "128": "icons\/app_icon_128.png",
        "256": "icons\/app_icon_256.png",
        "512": "icons\/app_icon_512.png",
        "1024": "icons\/app_icon_1024.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "_favicon\/*"
            ],
            "matches": [
                ""
            ],
            "extension_ids": [
                "*"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "icons\/favicon.png",
            "32": "icons\/favicon.png"
        },
        "default_title": "Add to Inbox"
    }
}