Symbol 2 Clipboard
This extension will copy the clicked symbol to your clipboard.
Apa itu Symbol 2 Clipboard?
Symbol 2 Clipboard adalah ekstensi Chrome yang dikembangkan oleh Bradley Haveman, dan fitur utamanya adalah "This extension will copy the clicked symbol to your clipboard.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Symbol 2 Clipboard
Unduh file ekstensi Symbol 2 Clipboard dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Symbol 2 Clipboard |
ID | bfeejloklpgplmhehbmoenmgkjboifbi |
URL Resmi | https://chromewebstore.google.com/detail/symbol-2-clipboard/bfeejloklpgplmhehbmoenmgkjboifbi |
Deskripsi | This extension will copy the clicked symbol to your clipboard. |
Ukuran File | 116 KB |
Jumlah Instalasi | 1,783 |
Versi Saat Ini | 5.0 |
Terakhir Diperbarui | 2022-07-13 |
Tanggal Publikasi | 2017-04-20 |
Penilaian | 4.54/5 Total 13 Penilaian |
Pengembang | Bradley Haveman |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |