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 파일 다운로드

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

확장 프로그램 사용 설명서

                        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
공식 URL 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"
}