Ahoy!
Explore the internet and share what you've found!
Ahoy!とは何ですか?
Ahoy!はjefflee.ldhによって開発されたChromeの拡張機能で、その主な機能は「Explore the internet and share what you've found!」です。
拡張機能のスクリーンショット
Ahoy!拡張機能のCRXファイルをダウンロード
Ahoy!拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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! |
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 |
Eメール | [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" } } |