Hence

Bookmarking has never been so easy!

Henceคืออะไร?

Hence เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://hence.com และคุณลักษณะหลักของมันคือ "Bookmarking has never been so easy!"

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

screenshot
screenshot
screenshot

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

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

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

                        Use Hence to create and search your own personal web. 

Use the Hence extension to quickly save any web page or all your open tabs to your personal web. Then use search or browse to find any web page you've added quickly and easily.

Click the Hence button to quickly save any web page, and Hence will add it to your own personal search engine so you can find it again.

Save all your tabs into a Tab Set from the Hence button. You can browse all your Tab Sets from Hence, restoring a browser window with the saved tabs. They also show up in your personal search!

Hence is your own personal search engine. Search your personal web for any page you’ve ever saved. You can even sort by recency or how you saved it.

----

By using this add-on, you agree to the Hence Terms & Conditions available at https://www.hence.com/terms.html                    

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

ชื่อ Hence Hence
ID hdcjddhghgkfpgpgmidmejehenbjmbpf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/hence/hdcjddhghgkfpgpgmidmejehenbjmbpf
คำอธิบาย Bookmarking has never been so easy!
ขนาดไฟล์ 3.1 MB
จำนวนการติดตั้ง 23
เวอร์ชันปัจจุบัน 2.1.2
อัปเดตครั้งล่าสุด 2021-10-11
วันที่เผยแพร่ 2020-03-28
ผู้พัฒนา https://hence.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.hence.com
URL หน้านโยบายความเป็นส่วนตัว https://www.hence.com/privacy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hence",
    "default_locale": "en",
    "description": "Bookmarking has never been so easy!",
    "manifest_version": 2,
    "version": "2.1.2",
    "permissions": [
        "activeTab",
        "tabs",
        "bookmarks",
        "storage",
        "https:\/\/hence.com\/",
        "https:\/\/www.hence.com\/",
        "https:\/\/search.hence.com\/",
        "https:\/\/dev.api.hence.com\/",
        "https:\/\/prod.api.hence.com\/"
    ],
    "icons": {
        "16": "icons\/bookmark-16.png",
        "32": "icons\/bookmark-32.png",
        "48": "icons\/bookmark-128.png",
        "128": "icons\/bookmark-128.png"
    },
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:*\/*",
            "http:\/\/127.0.0.1:*\/*",
            "https:\/\/hence.ngrok.io\/*",
            "*:\/\/www.hence.com\/*",
            "*:\/\/search.hence.com\/*",
            "*:\/\/hence.com\/*"
        ]
    },
    "omnibox": {
        "keyword": "hence"
    },
    "browser_action": {
        "default_title": "Hence Search",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/localhost:3100\/*",
                "https:\/\/hence.ngrok.io\/*",
                "https:\/\/hence.com\/*",
                "https:\/\/search.hence.com\/*",
                "https:\/\/www.hence.com\/*"
            ],
            "js": [
                ".\/messagebus.js"
            ]
        }
    ]
}