GoTo

GoTo and Search popular sites from your NewTab

GoToคืออะไร?

GoTo เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tushar Vaghela และคุณลักษณะหลักของมันคือ "GoTo and Search popular sites from your NewTab"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GoTo

ดาวน์โหลดไฟล์ส่วนขยาย GoTo ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
}