Saveit Pasteit
Offline extension which saves your important text information and provides you easy paste experience in just couple of clicks
Saveit Pasteit là gì?
Saveit Pasteit là một tiện ích mở rộng Chrome được phát triển bởi Shubham Aggarwal, và tính năng chính của nó là "Offline extension which saves your important text information and provides you easy paste experience in just couple of clicks".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Saveit Pasteit
Tải xuống các tệp mở rộng Saveit Pasteit dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Saveit Pasteit helps you to store important links like linkedin profile, github profile links etc
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Saveit Pasteit |
ID | oifdhhjpmpiepenhapgbdpcakcbflekj |
URL Chính Thức | https://chromewebstore.google.com/detail/saveit-pasteit/oifdhhjpmpiepenhapgbdpcakcbflekj |
Mô tả | Offline extension which saves your important text information and provides you easy paste experience in just couple of clicks |
Kích Thước Tệp | 103 KB |
Số Lần Cài Đặt | 31 |
Phiên Bản Hiện Tại | 2.4.6 |
Cập Nhật Lần Cuối | 2020-03-12 |
Ngày Phát Hành | 2020-03-11 |
Đánh Giá | 4.78/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | Shubham Aggarwal |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |