Fulltext Bookmark

Fulltext-search all the browsing history/bookmarks.

Fulltext Bookmarkคืออะไร?

Fulltext Bookmark เป็นส่วนขยายของ Chrome ที่พัฒนาโดย xenoncancer และคุณลักษณะหลักของมันคือ "Fulltext-search all the browsing history/bookmarks."

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        🎇new!
🤖 Ask OpenAI GPT-3.5 about your archived pages, and it will answer with references. For example, if you ask 'how to make milk tea', this extension will search in your archived pages, find the most relevant page, and answer your question with references. (You can always close this function if you don't like it.)
----
🔍 a better broswing history search tool.
💾 archive every page you visit, so you can later fulltext search them.
🦉 bookmark interesting weibo and search them.
🥇 best matched search result will be dispalyed in the search engine page as you search (support google/bing/baidu).
📎 search in the chrome searchbar by typing 'kw' first (short for 'keyword').
📜 or search in the extension popup page for more results.
😺 everything stored in local storage, no accounts, no cloud, no privacy issues, totally free.(except you have to provide your openai api key if you want to use AskGPT function. You can also choose to close this function as you like.)
✉️ send your browsing history to custom remote api as you like.
⌨️ backup feature is under development.

---
v1.1.3: fix known bugs and improve text segmentation performance
v1.1.4: fix bugs on reading existed bookmarks
v1.2.1: add Ask GPT function
v1.2.2: fix bugs
v1.2.3: fix bugs                    

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

ชื่อ Fulltext Bookmark Fulltext Bookmark
ID nemjnpfmngeipdjjjecgjgeognbcmkbl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/fulltext-bookmark/nemjnpfmngeipdjjjecgjgeognbcmkbl
คำอธิบาย Fulltext-search all the browsing history/bookmarks.
ขนาดไฟล์ 2.66 MB
จำนวนการติดตั้ง 256
เวอร์ชันปัจจุบัน 1.2.3
อัปเดตครั้งล่าสุด 2023-03-29
วันที่เผยแพร่ 2022-09-04
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา xenoncancer
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.721b7357.png",
        "48": "icon48.f544afcb.png",
        "128": "icon128.6aa15eb0.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.721b7357.png",
            "48": "icon48.f544afcb.png"
        },
        "default_popup": "popup.d334c8be.html"
    },
    "version": "1.2.3",
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "author": "RauX",
    "permissions": [
        "storage",
        "tabs",
        "bookmarks",
        "storage",
        "offscreen"
    ],
    "background": {
        "service_worker": "background.803675d6.js",
        "type": "module"
    },
    "options_ui": {
        "page": "options.238ff06f.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/*",
                "https:\/\/cn.bing.com\/*",
                "https:\/\/www.baidu.com\/*",
                "https:\/\/www.bing.com\/*"
            ],
            "js": [
                "google.83e1d924.js"
            ],
            "all_frames": false,
            "css": []
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "visitedPage.794b9642.js"
            ],
            "all_frames": false,
            "match_about_blank": false,
            "run_at": "document_start",
            "css": []
        },
        {
            "matches": [
                "https:\/\/weibo.com\/*"
            ],
            "js": [
                "weibo.c02a1674.js"
            ],
            "all_frames": false,
            "css": []
        }
    ],
    "omnibox": {
        "keyword": "kw"
    },
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "default_locale": "en",
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "offscreen.html",
                "offscreen.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "matches": [
                "https:\/\/weibo.com\/*"
            ],
            "resources": [
                "weibo.15f5fd8d.png",
                "weibo.7989becf.gif",
                "weibo.6a70c723.png"
            ]
        }
    ]
}