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 |
官方網址 | 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" ] } |