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 |
官方網址 | 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" } } |