Site Saver
Save your web navigation from wrong websites
什麼是Site Saver?
Site Saver是由partykalex開發的Chrome擴展程式,該擴展的主要功能是“Save your web navigation from wrong websites”。
擴展截圖
下載Site Saver擴展crx文件
下載Site Saver擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Stop seeing crashed and misleading websites. Use Site Saver to avoid incorrect web addresses. It automatically detects a which website doesn't work anymore, so you won't end up on a mistake page. It allows you to easily search for working or related websites and thus saves your web navigation from negative experience.
擴展基本資訊
名稱 | |
ID | hjgcnlklkilfimchmoboliolklecjljh |
官方網址 | https://chrome.google.com/webstore/detail/site-saver/hjgcnlklkilfimchmoboliolklecjljh |
簡介 | Save your web navigation from wrong websites |
檔案大小 | 12.16 KB |
安裝次數 | 242,697 |
目前版本 | 1.0 |
更新時間 | 2022-08-19 |
上架時間 | 2022-08-19 |
評分 | 4.29/5 共 14 次評分 |
開發者 | partykalex |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://sitesaver.net/ |
說明頁面URL | https://sitesaver.net/?a=about |
隱私政策頁面URL | https://sitesaver.net?a=privacy |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Alex Partyk", "name": "Site Saver", "short_name": "Site Saver", "homepage_url": "https:\/\/sitesaver.net\/", "description": "Save your web navigation from wrong websites", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "128": "logo-128.png" }, "permissions": [ "webRequest", "webNavigation", "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |