ClipIt!
An extension which helps in saving texts/notes for future use. Syncs data across chrome browsers having same Google Account.
ClipIt!とは何ですか?
ClipIt!はToshik Langadeによって開発されたChromeの拡張機能で、その主な機能は「An extension which helps in saving texts/notes for future use. Syncs data across chrome browsers having same Google Account.」です。
拡張機能のスクリーンショット
ClipIt!拡張機能のCRXファイルをダウンロード
ClipIt!拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
ClipIt is a tool through which users can save texts/notes for future use. Some examples of these texts are delivery tracking information, email IDs, phone numbers etc. How it works? 1. The input text is added in the textfield. After clicking on "Add" button the text will be stored in the browser. 2. With a single left click on a text, it will copy the text to the clipboard. 3. With a single right click on a text, it will copy the text to the clipboard and delete it. To enable/disable dark mode, just click on the header. Is the data safe? Yes. I've used "chrome.storage" API to store and retrieve data. In this data is stored in the user's Google Account and is synced. This also enables the extension to work in sync with other devices having same Google Account.
拡張機能の基本情報
名前 | ClipIt! |
ID | cnfgmphlkgcnlgnfghhmdojllbgcmlfe |
公式URL | https://chromewebstore.google.com/detail/clipit/cnfgmphlkgcnlgnfghhmdojllbgcmlfe |
説明 | An extension which helps in saving texts/notes for future use. Syncs data across chrome browsers having same Google Account. |
ファイルサイズ | 18.16 KB |
インストール数 | 130 |
現在のバージョン | 1.0.1 |
最終更新日 | 2021-07-11 |
公開日 | 2021-07-10 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Toshik Langade |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://toshik.me/clipit/privacy.html |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ClipIt!", "description": "An extension which helps in saving texts\/notes for future use. Syncs data across chrome browsers having same Google Account.", "version": "1.0.1", "permissions": [ "storage" ], "browser_action": { "default_icon": "images\/clipboard (4).png", "default_popup": "popup.html" }, "icons": { "128": "logo128.png" }, "manifest_version": 2 } |