GoTo

GoTo and Search popular sites from your NewTab

GoTo란 무엇입니까?

GoTo은(는) Tushar Vaghela에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "GoTo and Search popular sites from your NewTab"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

GoTo 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        GoTo is your digital assistant.

GoTo can open and search some popular sites quickly with simple command on Google chrome omnibar. (command is "goto" in lowercase)

GoTo can open and search YouTube, Git, GMail, Drive, Reddit, Medium, Quora, Zomato, Twitter, Linkedin, Google Fonts, FlipKart, Amazon, Google Map, Bing, IMDB and many more. Goto Options or type "goto help" after install for full list.

GoTo is not storing or using you data and searching sites publicly or using user login if user is already logged in. 

Updates in 0.3.0
- Structure Updated
- Auto Suggest added
- Gradient images added
- Added Saavn, Gaana, Spotify


Updates in 0.2.3
- Added Producthunt and localhost

Updates in 0.2.2
- Added urbandictionary, update flipkart
- Loading new image after 5 mins
- Default image optimized

Updates in 0.2.1
- Added https://www.geeksforgeeks.org/ and Updated WebMakerApp to new url https://webmaker.app/app/
- Added visibility check for optimization
- Message and Time/Date are not selectable
- Message is not looping forever, Stops after 1 cycle
- Unsplash attribution update
- Updating category from Productivity to Search tool

Updates in 0.2.0
- ramu is replaced with goto keyword
- icon and logo updated (Logo by https://www.onlinewebfonts.com/icon/ )
- Beautiful background images powered by Unsplash


GoTo was previously Ramu and updated  to 0.2.0 with better graphics and some more site support.

This is open source project and available at https://github.com/tusharv/GoTo                    

확장 프로그램 기본 정보

이름 GoTo GoTo
ID iabecofjidglogmhkccmgihafpoaccmd
공식 URL https://chromewebstore.google.com/detail/goto/iabecofjidglogmhkccmgihafpoaccmd
설명 GoTo and Search popular sites from your NewTab
파일 크기 254 KB
설치 횟수 57
현재 버전 0.3.1
최근 업데이트 2019-08-29
출시 날짜 2019-08-21
평점 4.33/5 총 3 개의 평점
개발자 Tushar Vaghela
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://newstab.netlify.app/privacy-policy.html
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GoTo",
    "short_name": "GoTo",
    "description": "GoTo and Search popular sites from your NewTab",
    "version": "0.3.1",
    "background": {
        "scripts": [
            "js\/secret.js",
            "js\/data.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "omnibox": {
        "keyword": "goto"
    },
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "page\/new.html"
    },
    "options_page": "page\/options.html",
    "browser_action": {
        "default_icon": {
            "16": "image\/icon16.png",
            "32": "image\/icon32.png",
            "48": "image\/icon48.png",
            "128": "image\/icon128.png"
        }
    },
    "icons": {
        "16": "image\/icon16.png",
        "32": "image\/icon32.png",
        "48": "image\/icon48.png",
        "128": "image\/icon128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-inline'; object-src 'self'",
    "manifest_version": 2
}