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…
Wat is Copy&Tag Easily on Facebook?
Copy&Tag Easily on Facebook is een Chrome-extensie ontwikkeld door https://sites.google.com/site/zevikgroup, en de belangrijkste functie is "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…".
Extensie Screenshots
Download het CRX-bestand van de extensie Copy&Tag Easily on Facebook
Download Copy&Tag Easily on Facebook-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 @
Basisinformatie over de Extensie
Naam | Copy&Tag Easily on Facebook |
ID | plhchlclfbiabjmhhikdmnpmocjgkboc |
Officiële URL | https://chromewebstore.google.com/detail/copytag-easily-on-faceboo/plhchlclfbiabjmhhikdmnpmocjgkboc |
Beschrijving | 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… |
Bestandsgrootte | 6.8 KB |
Aantal Installaties | 81 |
Huidige Versie | 0.3 |
Laatst Bijgewerkt | 2021-09-13 |
Publicatiedatum | 2018-04-10 |
Ontwikkelaar | https://sites.google.com/site/zevikgroup |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.facebook.com/זאביק-אבינר-מומחה-לניהול-קבוצות-וקהילות-פייסבוק-494593621033924 |
URL van de Privacybeleid Pagina | https://gitlab.com/zevik-extensions/docs/snippets/1707547 |
Ondersteunde Talen | 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" } } |