Save It

Save, view and edit your favourite words. Forgot your words translation? Add description to them.

什麼是Save It?

Save It是由Saw207開發的Chrome擴展程式,該擴展的主要功能是“Save, view and edit your favourite words. Forgot your words translation? Add description to them.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Save It擴展crx文件

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

擴展使用說明

                        This extension focuses on providing simple and easy way to store text in your browser. It's features are :
-save
-view
-edit
-sort
-import
-export

If you find any bugs or you've came across problem with extension, please contact me for example via support option on the details-tab of this page.

SaveIt is open source project available at https://github.com/swpw/SaveIt .                    

擴展基本資訊

名稱 Save It Save It
ID ecojcaocmonpinbacfiglhcjedpcbjcf
官方網址 https://chromewebstore.google.com/detail/save-it/ecojcaocmonpinbacfiglhcjedpcbjcf
簡介 Save, view and edit your favourite words. Forgot your words translation? Add description to them.
檔案大小 36.85 KB
安裝次數 27
目前版本 1.3.3
更新時間 2019-01-17
上架時間 2019-01-17
評分 5.00/5 共 1 次評分
開發者 Saw207
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Save It",
    "version": "1.3.3",
    "description": "Save, view and edit your favourite words. Forgot your words translation? Add description to them.",
    "homepage_url": "https:\/\/github.com\/swpw\/SaveIt",
    "icons": {
        "128": "icon128.png",
        "48": "icon32.png",
        "16": "icon16.png"
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": ".\/popup\/popup.html"
    },
    "options_page": ".\/options\/options.html",
    "background": {
        "scripts": [
            ".\/event\/contextMenu.js",
            ".\/event\/badges.js",
            ".\/event\/initOptions.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "notifications",
        "contextMenus",
        "tabs"
    ]
}