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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Shubham Aggarwal และคุณลักษณะหลักของมันคือ "Offline extension which saves your important text information and provides you easy paste experience in just couple of clicks"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Saveit Pasteit
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } |