Saveit Pasteit
Offline extension which saves your important text information and provides you easy paste experience in just couple of clicks
什么是Saveit Pasteit?
Saveit Pasteit是由Shubham Aggarwal开发的Chrome扩展程序,该扩展的主要功能是“Offline extension which saves your important text information and provides you easy paste experience in just couple of clicks”。
扩展截图
下载Saveit Pasteit扩展crx文件
下载Saveit Pasteit扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Saveit Pasteit helps you to store important links like linkedin profile, github profile links etc
扩展基本信息
名称 | Saveit Pasteit |
ID | oifdhhjpmpiepenhapgbdpcakcbflekj |
官方URL | https://chromewebstore.google.com/detail/saveit-pasteit/oifdhhjpmpiepenhapgbdpcakcbflekj |
简介 | Offline extension which saves your important text information and provides you easy paste experience in just couple of clicks |
文件大小 | 103 KB |
安装次数 | 31 |
当前版本 | 2.4.6 |
更新时间 | 2020-03-12 |
上架时间 | 2020-03-11 |
评分 | 4.78/5 共9次评分 |
开发者 | Shubham Aggarwal |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Saveit Pasteit", "description": "Offline extension which saves your important text information and provides you easy paste experience in just couple of clicks", "version": "2.4.6", "author": "Shubham Aggarwal", "short_name": "SP", "offline_enabled": false, "browser_action": { "default_icon": "assets\/icons\/48x48.png", "default_popup": "popup.html", "default_title": "Do you want to store important Links!" }, "icons": { "16": "assets\/icons\/16x16.png", "48": "assets\/icons\/48x48.png", "128": "assets\/icons\/128x128.png" }, "background": { "persistent": false, "scripts": [ "assets\/js\/google_api_jquery.js", "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "assets\/js\/google_api_jquery.js", "assets\/js\/bililiteRange.js", "assets\/js\/jquery.sendkeys.js", "content.js" ] } ], "permissions": [ "contextMenus" ] } |