url render

Browse websites from your favorite search engine result page

什麼是url render?

url render是由http://url-render.com開發的Chrome擴展程式,該擴展的主要功能是“Browse websites from your favorite search engine result page”。

擴展截圖

screenshot
screenshot
screenshot

下載url render擴展crx文件

下載url render擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Save time by using the URL render extension to browse Websites.

★★  You can now use URL Render on every websites ★★
★★ To do so, access settings by clicking the extension icon and trigger the 'Work Everywhere' setting to true. As a tip, i recommend to you add a shortcut and the shortcut only setting to have a better user experience (and not be annoyed when you hover over a link) ★★

Nevermore open useless tabs. Increase your productivity in many places such as Google, Yahoo, Bing, Duckduckgo and Qwant.

Use the URL render extension will skyrocket your productivity and save time you spend on the web. Doing research on any subject, your shopping on Amazon, Google Shopping and Facebook Market. Listening to music through Spotify and Deezer. Watching your favorite content on Youtube and Netflix.

Actually everything you could search can be rendered and accessible as same as you used to do with tabs. 

The URL render extension wants to improve the way we surf the Web. 

Say Bye to multiple futile tabs, say Hi to better productivity and time saving.

★ Compatibility

The URL render extension works with Google, Yahoo, Bing, Duckduckgo and Qwant web search engines.

★ Get started

Install the extension, as usual, search something on your favorite web search engine not only Google. Mouse over a link and "TADA" enjoy the extension and navigate through websites without opening new tabs !

★ Settings

You can access settings by clicking the extension icon on the top right of your browser to manage your user experience.

• Set a shortcut to trigger the extension
• Set a delay to display the website you are hoovering
• Use the header to navigate on webpage as same as you are used to


★ Privacy

We do not use/share/save any of the data when you use the extension. The rights needed at the installation are necessary for the extension to work and we insure that, we don't compromise your privacy.

Any question? Drop us a line at [email protected]

★ URL Render - Privacy policy

Url render does not process or hold personal user data. Url render only handles non-personal user data required for its features, the type of informations are store in the localStorage. The list of the informations we store on localStore are :

shortcutOnly : setting set on settings panel to define if the user want to use short only
shortcut : the shortcut set by the user to trigger the extension
mouseHoveringTimer : the time needed to hovering a link to trigger the extension
isTriggerInstant : user choice to instant trigger the extension while hovering a link
containerWidth : the width of the iframe
containerHeight : the height of the iframe
containerTop : the top position of the iframe
containerLeft : the left position of the iframe
hasResized : if the iframe was resized
hasDragged : if the iframe was mooved
isAutoSize : if the iframe is in autosize mod
isSavedWhileHeaderShown : if the size of the frame was saved while the header of it was shown
compteurSuccess : the number of successfully trigger
isHideHeader : if the header is in auto hide mod
isShowAds : if we show ads each 15 link triggered successfuly
showAllWebsites : if the user decided to use the extension on all websites

★ Feature: Error page shown by url render

When your browser encounter any listed type of error :

NS_ERROR_REDIRECT_LOOP
net::ERR_SSL_
net::ERR_CERT_
net::ERR_CONNECTION_
net::ERR_SSL_PROTOCOL_ERROR
NS_ERROR_CONNECTION_REFUSED
NS_ERROR_NET_TIMEOUT
NS_ERROR_NET_ON_TLS_HANDSHAKE_ENDED
The extension send a https GET request to url-render.com/error this call contain some non-personal data used to inform you on what happend. The extension send, the url you tried to access and the error code that have been received by your browser when trying to access the website. we are not storing/selling or using informations. The informations are used to show you, whats gone wrong with the extension.

If you have any question, feel free to contact us at :

[email protected]                    

擴展基本資訊

名稱 url render url render
ID flhclpkhoiajoikkabbfbinnjapaflog
官方網址 https://chrome.google.com/webstore/detail/url-render/flhclpkhoiajoikkabbfbinnjapaflog
簡介 Browse websites from your favorite search engine result page
檔案大小 709 KB
安裝次數 20,000
目前版本 1.4.3
更新時間 2021-05-10
上架時間 2020-01-12
評分 4.55/5 共 263 次評分
開發者 http://url-render.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://url-render.com/policy
隱私政策頁面URL https://url-render.com/policy
支援的語言 en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Laporte Nicolas",
    "background": {
        "persistent": true,
        "scripts": [
            "minified\/background.js"
        ]
    },
    "options_page": "public\/html\/options_modal.html",
    "options_ui": {
        "page": "public\/html\/options_modal.html",
        "open_in_tab": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "css": [
                "public\/style\/url-render.css"
            ],
            "js": [
                "public\/javascript\/lib_extern\/jquery.min.js",
                "public\/javascript\/lib_extern\/jquery.hotkeys.js",
                "minified\/content.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        },
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "minified\/frame_content.js"
            ],
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_title": "Url render",
        "default_icon": {
            "48": "public\/image\/icon-48-48.png",
            "128": "public\/image\/icon-128-128.png"
        },
        "default_popup": "public\/html\/options_modal.html"
    },
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "48": "public\/image\/icon-48-48.png",
        "128": "public\/image\/icon-128-128.png"
    },
    "web_accessible_resources": [
        "public\/font\/Sansation_Bold.ttf",
        "public\/font\/Sansation_Light.ttf",
        "public\/style\/url-render-options.css",
        "public\/image\/icon-128-128.png",
        "public\/image\/close.svg",
        "public\/image\/move.svg",
        "public\/image\/resize.svg",
        "public\/image\/left-arrow.svg",
        "public\/image\/right-arrow.svg",
        "public\/image\/default.svg"
    ],
    "manifest_version": 2,
    "name": "url render",
    "offline_enabled": false,
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "",
        "tabs"
    ],
    "version": "1.4.3"
}