MySearch
Convenient Google Chrome History Searcher
MySearchとは何ですか?
MySearchはabdallahy271によって開発されたChromeの拡張機能で、その主な機能は「Convenient Google Chrome History Searcher」です。
拡張機能のスクリーンショット
MySearch拡張機能のCRXファイルをダウンロード
MySearch拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
MySearch provides full-text searching ability on Google Chrome History. When a user visits a site and can only remember certain phrases and words within the site, they cannot use the in-built Chrome history to search for the content because Chrome history does not provide a full-text search functionality. This application solves that problem by only storing and indexing publicly-available links, and providing users with a way to perform full-text searches on their history.
拡張機能の基本情報
名前 | MySearch |
ID | dglacdlkibfdbgmoanfhihfjbdmfajja |
公式URL | https://chromewebstore.google.com/detail/mysearch/dglacdlkibfdbgmoanfhihfjbdmfajja |
説明 | Convenient Google Chrome History Searcher |
ファイルサイズ | 1.03 MB |
インストール数 | 45 |
現在のバージョン | 1.0 |
最終更新日 | 2023-01-29 |
公開日 | 2023-01-29 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | abdallahy271 |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://www.notion.so/MySearch-Privacy-Policy-0dbaef6bc15d498d94a7f7d46fb2a8f0 |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "MySearch", "name": "MySearch", "description": "Convenient Google Chrome History Searcher", "version": "1.0", "manifest_version": 3, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlFt7vQIUfeRmk7syto8N\/X+iGMwAOzEEZNIJw0nvhW3mJDFNKU1yNnRHDWi94vxGe6RUVpsyucX\/DgrcU2SKzeassVBf61laOUm5P8s0pfcoaM1IbXrkFCuGA63YAXz+A3AjYzyPzaGnBHleS+QWkNyA8DhZTitTxXyiIlpQS1NDCRnAsIXM0IZAwhew7YPfoiiwVPhMwaL\/M40mUvHtM+7\/konbJ6ElVtqUxlBLOUzHri0RG8cX3+nWpkGqYXWXycLp55ihXs+6y3r5X33MhhqeD8x5Hix5xsaWhpyshbUOPNEkrOlsq7NJLmI29UGSRUYSf0tkmuiUOyEn2zQaLwIDAQAB", "background": { "service_worker": ".\/static\/js\/content.js" }, "icons": { "16": "mysearch-icon.png", "48": "mysearch-icon.png", "128": "mysearch-icon.png" }, "content_security_policy": { "extension_pages": "script-src 'self' ; object-src 'self'" }, "permissions": [ "identity", "history", "storage" ], "host_permissions": [ "*:\/\/*.google.com\/*", "https:\/\/mychromehistory.world\/" ], "optional_permissions": [ " |