Preview any link, anywhere - Link Preview

Preview links from across the web!

Preview any link, anywhere - Link Preview क्या है?

Preview any link, anywhere - Link Preview CodingLeo द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Preview links from across the web!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Preview any link, anywhere - Link Preview एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        It's very simple to use, according to your settings preference you will be able to preview links from either hovering the link or clicking while holding a predefined key.
You can drag the preview around the screen and resize it at the corners.
This extension is currently in pre release, there are many functionalities coming. 

Don't waste time.
With LinkPreview you can read your news 10x faster. No ads, no sponsored articles and way less time to load the information that you want to read. Great part of the time for loading content on the internet comes from the browser taking time to paint images and content on the screen, with LinkPreview almost all of that time spent painting is gone, so you can access your content faster.

A safer way of browsing.
LinkPreview uses DOMPurify, which means every content previewed will be first cleaned to prevent XSS attacks. Cross-Site Scripting (XSS) attacks are a type of injection, in which malicious scripts are injected into otherwise benign and trusted websites.

SOON
1- Specific previews for social media links
2- Specific previews for e-commerce links
3- Preview shortened URL's

https://linkpreview.co

for business inquires: [email protected]                    

एक्सटेंशन की मूल जानकारी

नाम Preview any link, anywhere - Link Preview Preview any link, anywhere - Link Preview
ID idalccinfigpohjpehkcdcpgnannhhfl
आधिकारिक URL https://chromewebstore.google.com/detail/preview-any-link-anywhere/idalccinfigpohjpehkcdcpgnannhhfl
विवरण Preview links from across the web!
फ़ाइल का आकार 217 KB
स्थापना संख्या 1,839
वर्तमान संस्करण 2.0.0
अंतिम अपडेट 2021-03-05
प्रकाशन तिथि 2020-11-14
रेटिंग 2.71/5 कुल 24 रेटिंग्स
डेवलपर CodingLeo
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://linkpreview.co
सहायता पृष्ठ URL https://linkpreview.co
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Preview any link, anywhere - Link Preview",
    "version": "2.0.0",
    "manifest_version": 2,
    "description": "Preview links from across the web!",
    "homepage_url": "https:\/\/linkpreview.co",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "storage",
        "",
        "webRequest",
        "webRequestBlocking"
    ],
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/background\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "src\/popup\/popup.html",
        "default_title": "Link Preview Settings"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "src\/inject\/main.css"
            ]
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/inject\/helpers\/jquery.js",
                "src\/inject\/helpers\/hotkeys.js",
                "src\/inject\/helpers\/jqueryui.js",
                "src\/inject\/helpers\/helpers.js",
                "src\/inject\/helpers\/purify.js",
                "src\/inject\/helpers\/readability.js",
                "src\/inject\/helpers\/progress.js",
                "src\/inject\/websites.js",
                "src\/inject\/main.js"
            ]
        }
    ]
}