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
公式URL 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"
    ]
}