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 |
Eメール | [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" ] } |