Copy&Tag Easily on Facebook
It's a very handy tool to copy a name on Facebook, for tagging it. Right click on the name, press "Copy". Then paste, you'll get…
Apa itu Copy&Tag Easily on Facebook?
Copy&Tag Easily on Facebook adalah ekstensi Chrome yang dikembangkan oleh https://sites.google.com/site/zevikgroup, dan fitur utamanya adalah "It's a very handy tool to copy a name on Facebook, for tagging it. Right click on the name, press "Copy". Then paste, you'll get…".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Copy&Tag Easily on Facebook
Unduh file ekstensi Copy&Tag Easily on Facebook 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
It's a very handy tool to copy a name on Facebook, for tagging it. Right click on the name, press "Copy". Then paste, you'll get the name with @
Informasi Dasar Ekstensi
Nama | Copy&Tag Easily on Facebook |
ID | plhchlclfbiabjmhhikdmnpmocjgkboc |
URL Resmi | https://chromewebstore.google.com/detail/copytag-easily-on-faceboo/plhchlclfbiabjmhhikdmnpmocjgkboc |
Deskripsi | It's a very handy tool to copy a name on Facebook, for tagging it. Right click on the name, press "Copy". Then paste, you'll get… |
Ukuran File | 6.8 KB |
Jumlah Instalasi | 81 |
Versi Saat Ini | 0.3 |
Terakhir Diperbarui | 2021-09-13 |
Tanggal Publikasi | 2018-04-10 |
Pengembang | https://sites.google.com/site/zevikgroup |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.facebook.com/זאביק-אבינר-מומחה-לניהול-קבוצות-וקהילות-פייסבוק-494593621033924 |
URL Halaman Kebijakan Privasi | https://gitlab.com/zevik-extensions/docs/snippets/1707547 |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Copy&Tag Easily on Facebook", "version": "0.3", "content_scripts": [ { "matches": [ "https:\/\/*\/*", "https:\/\/www.facebook.com\/*" ], "js": [ "content.js" ] } ], "background": { "scripts": [ "background.js" ] }, "permissions": [ "contextMenus" ], "icons": { "64": "icon-menu.png" } } |