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.”。
扩展截图
下载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 |
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" ] } |