Hatena Keyword Remover

Removes Hatena Keyword Links and search keyword highlight

Hatena Keyword Removerคืออะไร?

Hatena Keyword Remover เป็นส่วนขยายของ Chrome ที่พัฒนาโดย hideaki-t และคุณลักษณะหลักของมันคือ "Removes Hatena Keyword Links and search keyword highlight"

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

screenshot

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

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

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

                        This extension removes Hatena keyword links automatically. Also removes search keyword highlight.

IMPORTANT: to support custom domains, this extension cannot limit target domains anymore.

source code: https://github.com/hideaki-t/hkr

Version history
2022-12-21 1.5 repackage with manifest v3
2013-06-14 1.4 add support for custom domains on Hatena Blog Pro.
2011-12-18 1.3 add other hatenablog domains to auto remove URL list.
 (http://*.hateblo.jp/*, http://*.hatenadiary.com/*, http://*.hatenadiary.jp/*)
2011-12-18 1.2 add http://*.hatenablog.com/ to auto remove URL list.
2011-02-21 1.1 add http://*.hatelabo.jp/ to auto remove URL list.                    

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

ชื่อ Hatena Keyword Remover Hatena Keyword Remover
ID iokmfocejkdpkebpdbejaajmacdimhmd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/hatena-keyword-remover/iokmfocejkdpkebpdbejaajmacdimhmd
คำอธิบาย Removes Hatena Keyword Links and search keyword highlight
ขนาดไฟล์ 11.7 KB
จำนวนการติดตั้ง 18
เวอร์ชันปัจจุบัน 1.5
อัปเดตครั้งล่าสุด 2022-12-22
วันที่เผยแพร่ 2018-05-22
ผู้พัฒนา hideaki-t
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/hideaki-t/hkr
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Hatena Keyword Remover",
    "version": "1.5",
    "description": "Removes Hatena Keyword Links and search keyword highlight",
    "icons": {
        "96": "icon96.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "myscript.js"
            ]
        }
    ]
}