Ahoy!

Explore the internet and share what you've found!

Ahoy!란 무엇입니까?

Ahoy!은(는) jefflee.ldh에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Explore the internet and share what you've found!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Ahoy! allows you to comment your thoughts and feelings on any webpage. Make friends with other users and see which web pages they are visiting in real time. Web browsing is no longer alone!

😀Comment on Every Web Page 
😁View your Friends' comments on Timeline 
😆Mention Friends on funny Web Pages 
🤩View all your Comments at Once                    

확장 프로그램 기본 정보

이름 Ahoy! Ahoy!
ID ahepineneaniaknbpemfghfamobkhpkn
공식 URL https://chromewebstore.google.com/detail/ahoy/ahepineneaniaknbpemfghfamobkhpkn
설명 Explore the internet and share what you've found!
파일 크기 1.95 MB
설치 횟수 54
현재 버전 1.4
최근 업데이트 2021-07-21
출시 날짜 2020-05-01
평점 4.50/5 총 8 개의 평점
개발자 jefflee.ldh
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://getahoy.net/private.php
지원되는 언어 ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ahoy!",
    "description": "Explore the internet and share what you've found!",
    "version": "1.4",
    "manifest_version": 3,
    "action": {
        "default_popup": "views\/html\/default.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "http:\/\/localhost:3000\/*",
        "https:\/\/api.getahoy.net\/*"
    ],
    "permissions": [
        "tabs",
        "storage",
        "alarms",
        "notifications"
    ],
    "icons": {
        "16": "images\/Ahoylogo1.png",
        "48": "images\/Ahoylogo1.png",
        "128": "images\/Ahoylogo1.png"
    }
}