Hatena Keyword Remover

Removes Hatena Keyword Links and search keyword highlight

Hatena Keyword Remover란 무엇입니까?

Hatena Keyword Remover은(는) hideaki-t에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Removes Hatena Keyword Links and search keyword highlight"입니다.

확장 프로그램 스크린샷

screenshot

Hatena Keyword Remover 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
            ]
        }
    ]
}