Extract Twitter Username
Extracts Twitter username if found on the page
什么是Extract Twitter Username?
Extract Twitter Username是由jakub.chodounsky开发的Chrome扩展程序,该扩展的主要功能是“Extracts Twitter username if found on the page”。
下载Extract Twitter Username扩展crx文件
下载Extract Twitter Username扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Extracts Twitter usernames from a webpage and copies the first one to the clipboard. 扩展基本信息
| 名称 | |
| ID | ijecnijneneapbdhocmjbhnamicoonai |
| 官方URL | https://chrome.google.com/webstore/detail/extract-twitter-username/ijecnijneneapbdhocmjbhnamicoonai |
| 简介 | Extracts Twitter username if found on the page |
| 文件大小 | 39.02 KB |
| 安装次数 | 45 |
| 当前版本 | 0.1.2 |
| 更新时间 | 2016-11-10 |
| 上架时间 | 2016-11-10 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | jakub.chodounsky |
| 付费类型 | free |
| 扩展官网 | https://github.com/jakubgarfield/extract-twitter-username-chrome |
| 支持的语言 | 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": [
" | |