Link-Preview

Enrich DOM links with icon, title and preview.

Link-Preview란 무엇입니까?

Link-Preview은(는) abilitools에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enrich DOM links with icon, title and preview."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Link-Preview 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This Extension provides a preview of the target url when mouse-hover a link on a website.

Benefists: 
	• Transparency about target url (e.g. phishing links)
	• Recognize broken links
	• While surfing save time by reading snipping content in the preview

Optional features:
	• Show a short preview (picture + Image) of the target url
	• display the favicon of the target website (also optionally on mouse-hover)
	• show the title of the target url
		

Have fun while surfing on the internet more savely and transperantly.                    

확장 프로그램 기본 정보

이름 Link-Preview Link-Preview
ID giplmolhikmggbhmliaighboilflkfph
공식 URL https://chromewebstore.google.com/detail/link-preview/giplmolhikmggbhmliaighboilflkfph
설명 Enrich DOM links with icon, title and preview.
파일 크기 243 KB
설치 횟수 1,432
현재 버전 1.4.0
최근 업데이트 2020-04-30
출시 날짜 2020-04-30
평점 1.85/5 총 13 개의 평점
개발자 abilitools
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://abilitools.com/
도움말 페이지 URL https://abilitools.com/
개인정보 보호 정책 페이지 URL https://www.live-tabs.com/plugin-privacy-policy
지원되는 언어 de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_app_name__",
    "short_name": "Link-Preview",
    "description": "__MSG_app_summary__",
    "default_locale": "en",
    "author": "abilitools.com",
    "version": "1.4.0",
    "manifest_version": 2,
    "permissions": [
        "background",
        "storage",
        "unlimitedStorage"
    ],
    "optional_permissions": [
        "tabs",
        "webNavigation",
        ""
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Barrierefreiheit f\u00fcr Text - abilitools"
    },
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "-ms-preload": {
        "backgroundScript": "edge-background-scripts-API-bridge.js",
        "contentScript": "edge-content-scripts-API-bridge.js"
    },
    "web_accessible_resources": [
        "abilitools-logo.png",
        "content.css",
        "default.png",
        "ftp.png",
        "geo.png",
        "icon-128-gray.png",
        "icon-128.png",
        "icon-16.png",
        "icon-48.png",
        "internal.png",
        "logo-invert.png",
        "mail.png",
        "popup.css",
        "tel.png"
    ]
}