Extract Twitter Username
Extracts Twitter username if found on the page
Qu'est-ce que Extract Twitter Username ?
Extract Twitter Username est une extension Chrome développée par jakub.chodounsky, et sa fonction principale est "Extracts Twitter username if found on the page".
Télécharger le fichier CRX de l'extension Extract Twitter Username
Téléchargez les fichiers d'extension Extract Twitter Username au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Extracts Twitter usernames from a webpage and copies the first one to the clipboard.
Informations de Base sur l'Extension
Nom | |
ID | ijecnijneneapbdhocmjbhnamicoonai |
URL Officiel | https://chrome.google.com/webstore/detail/extract-twitter-username/ijecnijneneapbdhocmjbhnamicoonai |
Description | Extracts Twitter username if found on the page |
Taille du Fichier | 39.02 KB |
Nombre d'Installations | 45 |
Version Actuelle | 0.1.2 |
Dernière Mise à Jour | 2016-11-10 |
Date de Publication | 2016-11-10 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | jakub.chodounsky |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/jakubgarfield/extract-twitter-username-chrome |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Extract Twitter Username", "description": "Extracts Twitter username if found on the page", "version": "0.1.2", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_title": "Extract Twitter username", "default_icon": "icon-16.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ " |