PopularLinks New Tab
Top sites at your fingertips directly from your Chrome new tab page!
PopularLinks New Tab란 무엇입니까?
PopularLinks New Tab은(는) aztdevapps에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Top sites at your fingertips directly from your Chrome new tab page!"입니다.
확장 프로그램 스크린샷
PopularLinks New Tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Popularlinks New tab extension by Aztec, is a simple yet powerful Chrome new tab browser extension. Simply set your Chrome new tab page to: popularlinksnewtab chrome browser new tab extension which enables quick and easy access to top sites with a visualised and friendly interface and updates your chrome new tab search provider to blpsearch.com Popularlinks New tab offers a fast, more efficient, one-click access to most popular sites as well as some awesome features, such as: - Top sites for specific country - Popular sites in various categories suitable for each interest terms of use: https://www.popularlinksnewtab.com/terms_of_use Privacy Policy: https://www.popularlinksnewtab.com/privacy_policy To remove our extension from Google Chrome: 1) Click on the three horizontal lines icon in the upper right-hand corner of your Chrome browser. 2) Go to "Settings". 3) In the menu that appears click on "Extensions". 4) From the list of installed Extensions, find the name of the toolbar extension you wish to uninstall. 5) Click on the trash can icon to the right of "Enable" (for the toolbar extension you wish to uninstall). 6) Close your browser completely and reopen it. Our extension should be removed from your Chrome browser.
확장 프로그램 기본 정보
이름 | PopularLinks New Tab |
ID | lbddonmkdahaljfdckhgdmonhjanjifk |
공식 URL | https://chromewebstore.google.com/detail/popularlinks-new-tab/lbddonmkdahaljfdckhgdmonhjanjifk |
설명 | Top sites at your fingertips directly from your Chrome new tab page! |
파일 크기 | 168 KB |
설치 횟수 | 51 |
현재 버전 | 1.3.856.909 |
최근 업데이트 | 2020-07-26 |
출시 날짜 | 2020-06-24 |
개발자 | aztdevapps |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.popularlinksnewtab.com/ |
개인정보 보호 정책 페이지 URL | https://www.popularlinksnewtab.com/privacy_policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.3.856.909", "name": "PopularLinks New Tab", "description": "Top sites at your fingertips directly from your Chrome new tab page!", "icons": { "128": "icons\/PL_128.png" }, "background": { "scripts": [ "js\/brand.js", "js\/aes.js", "js\/mode-ecb.js", "js\/background.js" ] }, "browser_action": { "default_icon": "icons\/PL_128.png", "default_title": "Popularlinks" }, "chrome_url_overrides": { "newtab": "newtab\/index.html" }, "web_accessible_resources": [ "icons\/checker.gif" ], "permissions": [ "*:\/\/*.aztproducts.com\/*", "https:\/\/service.prsstobe.com\/*", "*:\/\/*.blpsearch.com\/*", "*:\/\/*.popularlinksnewtab.com\/*", "cookies", "storage" ] } |