Text Saver

Save texts anytime, anywhere

什麼是Text Saver?

Text Saver是由jiacai2050開發的Chrome擴展程式,該擴展的主要功能是“Save texts anytime, anywhere”。

擴展截圖

screenshot
screenshot

下載Text Saver擴展crx文件

下載Text Saver擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        A browser extension to save texts anytime, anywhere.

Open an issue if you have any suggestions or issues.

https://github.com/jiacai2050/text-saver                    

擴展基本資訊

名稱 Text Saver Text Saver
ID egelicndigijclebpggemngfhpnkeglk
官方網址 https://chromewebstore.google.com/detail/text-saver/egelicndigijclebpggemngfhpnkeglk
簡介 Save texts anytime, anywhere
檔案大小 62.41 KB
安裝次數 237
目前版本 1.4.2
更新時間 2023-10-08
上架時間 2023-03-11
開發者 jiacai2050
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/jiacai2050/text-saver
說明頁面URL https://github.com/jiacai2050/text-saver/issues
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Text Saver",
    "version": "1.4.2",
    "description": "Save texts anytime, anywhere",
    "homepage_url": "https:\/\/github.com\/jiacai2050\/text-saver",
    "author": "[email protected]",
    "action": {
        "default_title": "Save texts anytime, anywhere",
        "default_icon": "imgs\/logo.png"
    },
    "icons": {
        "100": "imgs\/logo.png"
    },
    "options_ui": {
        "page": "option.html",
        "open_in_tab": true
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "contextMenus",
        "notifications",
        "downloads",
        "storage",
        "unlimitedStorage"
    ],
    "manifest_version": 3
}