url render
Browse websites from your favorite search engine result page
ما هو url render؟
url render هو إضافة Chrome تم تطويرها بواسطة http://url-render.com، والميزة الرئيسية لها هي "Browse websites from your favorite search engine result page".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة url render
قم بتنزيل ملفات الامتداد url render بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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]
معلومات أساسية عن التمديد
الاسم | |
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 |
عنوان صفحة سياسة الخصوصية | 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", " |