Symbol 2 Clipboard
This extension will copy the clicked symbol to your clipboard.
Symbol 2 Clipboardとは何ですか?
Symbol 2 ClipboardはBradley Havemanによって開発されたChromeの拡張機能で、その主な機能は「This extension will copy the clicked symbol to your clipboard.」です。
拡張機能のスクリーンショット
Symbol 2 Clipboard拡張機能のCRXファイルをダウンロード
Symbol 2 Clipboard拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Looking for symbols? Find them here. Donger # Features - Lists of common symbols - Values for common symbols - Full ASCII Table - Add your favourites or custom characters - Donger # Change Log -------------- ## [4.0] - 2022-12-07 ### Removed unused permissions ## [4.0] - 2017-04-20 ### Bug Fixes ## [3.0] - 2016-12-07 ### Added - Added Favourites - More Donger ## [2.0] - 2016-12-06 ### Added - Added ASCII Table - Improved UI - More Donger
拡張機能の基本情報
名前 | Symbol 2 Clipboard |
ID | bfeejloklpgplmhehbmoenmgkjboifbi |
公式URL | https://chromewebstore.google.com/detail/symbol-2-clipboard/bfeejloklpgplmhehbmoenmgkjboifbi |
説明 | This extension will copy the clicked symbol to your clipboard. |
ファイルサイズ | 116 KB |
インストール数 | 1,783 |
現在のバージョン | 5.0 |
最終更新日 | 2022-07-13 |
公開日 | 2017-04-20 |
評価 | 4.54/5 合計 13 レビュー |
開発者 | Bradley Haveman |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Symbol 2 Clipboard", "description": "This extension will copy the clicked symbol to your clipboard.", "version": "5.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "storage" ] } |