Save It

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

What is Save It?

Save It is a Chrome extension developed by Saw207, and its main feature is "Save, view and edit your favourite words. Forgot your words translation? Add description to them.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Save It Extension CRX File

Download Save It extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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 .                    

Extension Basic Information

Name Save It Save It
ID ecojcaocmonpinbacfiglhcjedpcbjcf
Official URL https://chromewebstore.google.com/detail/save-it/ecojcaocmonpinbacfiglhcjedpcbjcf
Description Save, view and edit your favourite words. Forgot your words translation? Add description to them.
File Size 36.85 KB
Installation Count 27
Current Version 1.3.3
Last Updated 2019-01-17
Publish Date 2019-01-17
Rating 5.00/5 Total 1 Ratings
Developer Saw207
Payment Type free
Supported Languages 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"
    ]
}