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ファイルをダウンロード

Link-Preview拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    ]
}